|
|
@ -13,9 +13,18 @@ |
|
|
|
android:orientation="horizontal" |
|
|
|
android:gravity="center_horizontal" |
|
|
|
> |
|
|
|
|
|
|
|
<com.henninghall.date_picker.pickers.IosClone |
|
|
|
android:id="@+id/empty_start" |
|
|
|
android:tag="empty_start" |
|
|
|
android:layout_weight="4" |
|
|
|
custom:npv_ShownCount="5" |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="match_parent" |
|
|
|
custom:npv_DividerColor="#cccccc" |
|
|
|
/> |
|
|
|
<com.henninghall.date_picker.pickers.IosClone |
|
|
|
android:id="@+id/year" |
|
|
|
android:layout_weight="1" |
|
|
|
android:tag="year" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="match_parent" |
|
|
@ -29,6 +38,7 @@ |
|
|
|
|
|
|
|
<com.henninghall.date_picker.pickers.IosClone |
|
|
|
android:id="@+id/month" |
|
|
|
android:layout_weight="1" |
|
|
|
android:tag="month" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="match_parent" |
|
|
@ -44,6 +54,7 @@ |
|
|
|
<com.henninghall.date_picker.pickers.IosClone |
|
|
|
android:id="@+id/date" |
|
|
|
android:tag="date" |
|
|
|
android:layout_weight="1" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="match_parent" |
|
|
|
custom:npv_ShownCount="5" |
|
|
@ -72,6 +83,7 @@ |
|
|
|
android:tag="hour" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_weight="1" |
|
|
|
custom:npv_DividerColor="#cccccc" |
|
|
|
custom:npv_RespondChangeOnDetached="false" |
|
|
|
custom:npv_ShownCount="5" |
|
|
@ -83,6 +95,7 @@ |
|
|
|
<com.henninghall.date_picker.pickers.IosClone |
|
|
|
android:id="@+id/minutes" |
|
|
|
android:tag="minutes" |
|
|
|
android:layout_weight="1" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="match_parent" |
|
|
|
custom:npv_DividerColor="#cccccc" |
|
|
@ -97,6 +110,7 @@ |
|
|
|
<com.henninghall.date_picker.pickers.IosClone |
|
|
|
android:id="@+id/ampm" |
|
|
|
android:tag="ampm" |
|
|
|
android:layout_weight="1" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="match_parent" |
|
|
|
custom:npv_DividerColor="#cccccc" |
|
|
@ -107,6 +121,16 @@ |
|
|
|
custom:npv_TextSizeNormal="18dp" |
|
|
|
custom:npv_TextSizeSelected="21dp" |
|
|
|
/> |
|
|
|
|
|
|
|
<com.henninghall.date_picker.pickers.IosClone |
|
|
|
android:id="@+id/empty_end" |
|
|
|
android:tag="empty_end" |
|
|
|
android:layout_weight="4" |
|
|
|
custom:npv_ShownCount="5" |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="match_parent" |
|
|
|
custom:npv_DividerColor="#cccccc" |
|
|
|
/> |
|
|
|
</LinearLayout> |
|
|
|
<LinearLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|