Browse Source

custom am-pm width

master
Henning Hall 5 years ago
parent
commit
ac3a313e0b
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 <com.henninghall.date_picker.pickers.AndroidNative
android:id="@+id/ampm" android:id="@+id/ampm"
android:theme="@style/android_native_theme" android:theme="@style/android_native_theme"
style="@style/android_native_small"
style="@style/android_native"
android:tag="ampm" /> android:tag="ampm" />
</LinearLayout> </LinearLayout>

Loading…
Cancel
Save