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
parent
commit
cad62c822c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      android/src/main/res/layout/native_picker.xml

+ 1
- 1
android/src/main/res/layout/native_picker.xml View File

@ -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>

Loading…
Cancel
Save