You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

44 lines
1.7 KiB

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:id="@+id/container"
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="horizontal">
<LinearLayout
android:id="@+id/pickerWrapper"
android:layout_width="match_parent"
android:layout_height="match_parent"
>
<com.henninghall.date_picker.pickers.AndroidNative
android:id="@+id/year"
android:tag="year"
style="@style/android_native" />
<com.henninghall.date_picker.pickers.AndroidNative
android:id="@+id/month"
android:tag="month"
style="@style/android_native" />
<com.henninghall.date_picker.pickers.AndroidNative
android:id="@+id/date"
android:tag="date"
style="@style/android_native_small" />
<com.henninghall.date_picker.pickers.AndroidNative
android:id="@+id/day"
android:tag="day"
style="@style/android_native" />
<com.henninghall.date_picker.pickers.AndroidNative
android:id="@+id/hour"
android:tag="hour"
style="@style/android_native_small" />
<com.henninghall.date_picker.pickers.AndroidNative
android:id="@+id/minutes"
android:tag="minutes"
style="@style/android_native_small" />
<com.henninghall.date_picker.pickers.AndroidNative
android:id="@+id/ampm"
android:tag="ampm"
android:layout_width="40dp"
style="@style/android_native_small" />
</LinearLayout>
</LinearLayout>