Browse Source
Merge pull request #216 from henninghall/fix-am-pm-width
adaptive am pm width
master
Henning Hall
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
android/src/main/res/layout/native_picker.xml
|
|
@ -52,7 +52,7 @@ |
|
|
|
<com.henninghall.date_picker.pickers.AndroidNative |
|
|
|
android:id="@+id/ampm" |
|
|
|
android:theme="@style/android_native_theme" |
|
|
|
style="@style/android_native_small" |
|
|
|
style="@style/android_native" |
|
|
|
android:tag="ampm" /> |
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|