lets always use dark background at the date picker, it cannot be customized

This commit is contained in:
tibbi 2020-07-18 19:30:16 +02:00
parent 133d0a4a98
commit 0137d71520
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@
android:id="@+id/dialog_holder"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal">
android:layout_gravity="center_horizontal"
android:background="@color/theme_dark_background_color">
<DatePicker
android:id="@+id/date_picker"