Skip to content

Commit

Permalink
fixes #44
Browse files Browse the repository at this point in the history
  • Loading branch information
itszechs committed Jul 9, 2022
1 parent 7521937 commit 65ffe59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/res/values/themes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<item name="android:navigationBarColor">@android:color/black</item>
<item name="android:windowBackground">@android:color/black</item>
<item name="android:windowFullscreen">true</item>
<item name="android:windowLayoutInDisplayCutoutMode">shortEdges</item>
</style>

<style name="MenuTheme" parent="@style/Widget.Material3.ActionBar.Solid">
Expand Down

0 comments on commit 65ffe59

Please sign in to comment.