Skip to content

Commit

Permalink
use force dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
bmx666 committed Jul 21, 2023
1 parent 771a74f commit a3984c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Theme.AppCompat.NoActionBar.Fullscreen" parent="Theme.Material3.DayNight.NoActionBar">
<style name="Theme.AppCompat.NoActionBar.Fullscreen" parent="Theme.Material3.Dark.NoActionBar">
<item name="android:windowNoTitle">true</item>
<item name="android:windowActionBar">false</item>
<item name="android:windowFullscreen">true</item>
Expand Down

0 comments on commit a3984c4

Please sign in to comment.