UNPKG

@react-native-community/datetimepicker

Version:
13 lines (9 loc) 433 B
<resources xmlns:tools="http://schemas.android.com/tools"> <!-- color from https://m1.material.io/style/color.html#color-themes --> <style name="SpinnerDatePickerDialog" parent="SpinnerDatePickerDialogBase"> <item name="android:windowBackground">#424242</item> </style> <style name="SpinnerTimePickerDialog" parent="SpinnerTimePickerDialogBase"> <item name="android:windowBackground">#424242</item> </style> </resources>