| | |
| | | android:paddingStart="20dp" |
| | | android:paddingTop="15dp"> |
| | | |
| | | <com.dayu.recharge.view.datepicker.PickerView |
| | | <com.dayu.rechargeqh.view.datepicker.PickerView |
| | | android:id="@+id/dpv_year" |
| | | android:layout_width="0dp" |
| | | android:layout_height="@dimen/picker_view_height" |
| | |
| | | android:textColor="@color/date_picker_text_dark" |
| | | android:textSize="@dimen/date_unit_text_size" /> |
| | | |
| | | <com.dayu.recharge.view.datepicker.PickerView |
| | | <com.dayu.rechargeqh.view.datepicker.PickerView |
| | | android:id="@+id/dpv_month" |
| | | android:layout_width="0dp" |
| | | android:layout_height="@dimen/picker_view_height" |
| | |
| | | android:textColor="@color/date_picker_text_dark" |
| | | android:textSize="@dimen/date_unit_text_size" /> |
| | | |
| | | <com.dayu.recharge.view.datepicker.PickerView |
| | | <com.dayu.rechargeqh.view.datepicker.PickerView |
| | | android:id="@+id/dpv_day" |
| | | android:layout_width="0dp" |
| | | android:layout_height="@dimen/picker_view_height" |
| | |
| | | android:textColor="@color/date_picker_text_dark" |
| | | android:textSize="@dimen/date_unit_text_size" /> |
| | | |
| | | <com.dayu.recharge.view.datepicker.PickerView |
| | | <com.dayu.rechargeqh.view.datepicker.PickerView |
| | | android:id="@+id/dpv_hour" |
| | | android:layout_width="0dp" |
| | | android:layout_height="@dimen/picker_view_height" |
| | |
| | | android:textColor="@color/date_picker_text_dark" |
| | | android:textSize="@dimen/date_unit_text_size" /> |
| | | |
| | | <com.dayu.recharge.view.datepicker.PickerView |
| | | <com.dayu.rechargeqh.view.datepicker.PickerView |
| | | android:id="@+id/dpv_minute" |
| | | android:layout_width="0dp" |
| | | android:layout_height="@dimen/picker_view_height" |