mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-02-21 14:00:56 +01:00
lets always use dark background at the date picker, it cannot be customized
This commit is contained in:
parent
133d0a4a98
commit
0137d71520
@ -3,7 +3,8 @@
|
|||||||
android:id="@+id/dialog_holder"
|
android:id="@+id/dialog_holder"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_gravity="center_horizontal">
|
android:layout_gravity="center_horizontal"
|
||||||
|
android:background="@color/theme_dark_background_color">
|
||||||
|
|
||||||
<DatePicker
|
<DatePicker
|
||||||
android:id="@+id/date_picker"
|
android:id="@+id/date_picker"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user