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

Commit

Permalink
Merge pull request #137 from keiji/set_forcedark_setting_allow_false
Browse files Browse the repository at this point in the history
Disable "Override Force-dark (Dark mode)" setting.
  • Loading branch information
cocoa-dev authored Jun 24, 2021
2 parents 68ba94c + 012db5a commit 1388c07
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 1388c07

Please sign in to comment.