Skip to content
This repository has been archived by the owner on Apr 12, 2023. It is now read-only.

Commit

Permalink
Disable "Override Force-dark (Dark mode)" setting.
Browse files Browse the repository at this point in the history
  • Loading branch information
keiji committed Apr 30, 2021
1 parent bc7f4e2 commit 012db5a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
<item name="windowActionModeOverlay">true</item>

<item name="android:datePickerDialogTheme">@style/AppCompatDialogStyle</item>
<item name="android:forceDarkAllowed">false</item>
</style>
<style name="AppCompatDialogStyle" parent="Theme.AppCompat.Light.Dialog">
<item name="colorAccent">@color/colorAccent</item>
Expand Down

0 comments on commit 012db5a

Please sign in to comment.