Example usage for android.app DatePickerDialog subclass-usage

List of usage examples for android.app DatePickerDialog subclass-usage

Introduction

In this page you can find the example usage for android.app DatePickerDialog subclass-usage.

Usage

From source file com.philliphsu.bottomsheetpickers.date.BottomSheetDatePickerDialog.java

/**
 * Dialog allowing users to select a date.
 */
public class BottomSheetDatePickerDialog extends DatePickerDialog implements OnClickListener, DatePickerController {

    private static final String TAG = "BottomSheetDatePickerDialog";