Skip to content

Commit

Permalink
fix: remove dependency on upstream RN styles for SpinnerTimePickerDia…
Browse files Browse the repository at this point in the history
…log and SpinnerTimePickerStyle (#424)
  • Loading branch information
klandell authored Mar 25, 2021
1 parent bfd7c0a commit fcf5943
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions android/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<resources xmlns:tools="http://schemas.android.com/tools">
<style name="SpinnerTimePickerDialog" parent="Theme.AppCompat.Light.Dialog" tools:targetApi="lollipop">
<item name="android:timePickerStyle">@style/SpinnerTimePickerStyle</item>
</style>
<style name="SpinnerTimePickerStyle" parent="android:Widget.Material.Light.TimePicker" tools:targetApi="lollipop">
<item name="android:timePickerMode">spinner</item>
</style>
</resources>

0 comments on commit fcf5943

Please sign in to comment.