Skip to content

Commit

Permalink
Fix wrong styling of system navigation bar.
Browse files Browse the repository at this point in the history
  • Loading branch information
arnowelzel committed Dec 1, 2024
1 parent 32dd51c commit 3bdb919
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
13 changes: 0 additions & 13 deletions app/src/main/res/values-v21/styles.xml

This file was deleted.

3 changes: 2 additions & 1 deletion app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<resources>
<resources xmlns:tools="http://schemas.android.com/tools">
<style name="AppTheme" parent="Theme.AppCompat.NoActionBar">
<item name="windowActionBar">false</item>
<item name="windowNoTitle">true</item>
<item name="android:alertDialogTheme">@style/Theme.AppCompat.Light.Dialog.Alert</item>
<item name="android:windowDrawsSystemBarBackgrounds">false</item>
</style>

<style name="SplashTheme" parent="Theme.AppCompat.NoActionBar">
Expand Down

0 comments on commit 3bdb919

Please sign in to comment.