Fix color in time picker

Signed-off-by: Jean-BaptisteC <jeanbaptiste.charron@outlook.fr>
This commit is contained in:
Jean-Baptiste 2023-11-07 21:47:31 +01:00 committed by Viktor Govako
parent 5b546726b9
commit a530ce0d44

View file

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