We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5b6037 commit 56d2757Copy full SHA for 56d2757
android/app/src/main/res/values/styles.xml
@@ -7,12 +7,15 @@
7
<item name="colorPrimary">@color/colorPrimary</item>
8
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
9
<item name="colorAccent">@color/colorAccent</item>
10
+ <item name="android:windowTranslucentStatus">true</item>
11
</style>
12
13
<style name="AppTheme.NoActionBar" parent="Theme.AppCompat.DayNight.NoActionBar">
14
<item name="windowActionBar">false</item>
15
<item name="windowNoTitle">true</item>
16
<item name="android:background">@null</item>
17
18
+ <item name="android:windowTranslucentNavigation">true</item>
19
20
21
0 commit comments