Skip to content

Commit 56d2757

Browse files
committed
Add styles
1 parent f5b6037 commit 56d2757

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

android/app/src/main/res/values/styles.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,15 @@
77
<item name="colorPrimary">@color/colorPrimary</item>
88
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
99
<item name="colorAccent">@color/colorAccent</item>
10+
<item name="android:windowTranslucentStatus">true</item>
1011
</style>
1112

1213
<style name="AppTheme.NoActionBar" parent="Theme.AppCompat.DayNight.NoActionBar">
1314
<item name="windowActionBar">false</item>
1415
<item name="windowNoTitle">true</item>
1516
<item name="android:background">@null</item>
17+
<item name="android:windowTranslucentStatus">true</item>
18+
<item name="android:windowTranslucentNavigation">true</item>
1619
</style>
1720

1821

0 commit comments

Comments
 (0)