Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
liyujiang-gzu committed Sep 13, 2021
1 parent 13dc50e commit df5ea9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Common/src/main/res/values/themes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<resources>

<style name="PickerTheme" parent="Theme.MaterialComponents.Dialog">
<style name="PickerTheme" parent="@android:style/Theme.Dialog">
<item name="android:windowAnimationStyle">@style/PickerAnimation</item>
<item name="android:backgroundDimEnabled">false</item>
</style>
Expand Down

0 comments on commit df5ea9b

Please sign in to comment.