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