forked from organicmaps/organicmaps
Fix color in time picker
Signed-off-by: Jean-BaptisteC <jeanbaptiste.charron@outlook.fr>
This commit is contained in:
parent
5b546726b9
commit
a530ce0d44
1 changed files with 2 additions and 1 deletions
|
@ -22,5 +22,6 @@
|
|||
android:id="@+id/picker"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="?android:windowBackground"/>
|
||||
android:background="?android:windowBackground"
|
||||
android:numbersBackgroundColor="?cardBackground"/>
|
||||
</LinearLayout>
|
||||
|
|
Loading…
Add table
Reference in a new issue