Skip to content

Commit 13e9844

Browse files
Revert transparent colors for status bar and navigation bar
1 parent 4f6d4bb commit 13e9844

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131

3232
distributionBase=GRADLE_USER_HOME
3333
distributionPath=wrapper/dists
34-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.1-bin.zip
34+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-bin.zip
3535
zipStoreBase=GRADLE_USER_HOME
3636
zipStorePath=wrapper/dists

theme/src/main/res/values-v21/styles.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@
3434
<!-- Main theme customization per API. -->
3535
<style name="NordicTheme" parent="NordicTheme.Base">
3636
<!-- Black navigation bar. -->
37-
<item name="android:navigationBarColor">@color/navigationBarColor</item>
37+
<item name="android:navigationBarColor">@android:color/transparent</item>
3838
</style>
3939
</resources>

theme/src/main/res/values-v23/styles.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
<!-- Main theme customization per API. -->
3535
<style name="NordicTheme" parent="NordicTheme.Base">
3636
<!-- Black navigation bar. -->
37-
<item name="android:navigationBarColor">@color/navigationBarColor</item>
37+
<item name="android:navigationBarColor">@android:color/transparent</item>
3838
<!-- Nav Bar can be drown on top of the status bar. -->
39-
<item name="android:statusBarColor">@color/statusBarColor</item>
39+
<item name="android:statusBarColor">@android:color/transparent</item>
4040
<!-- Use white status bar text on any theme. -->
4141
<item name="android:windowLightStatusBar">false</item>
4242
</style>

theme/src/main/res/values-v27/styles.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
<!-- Main theme customization per API. -->
3535
<style name="NordicTheme" parent="NordicTheme.Base">
3636
<!-- Black navigation bar. -->
37-
<item name="android:navigationBarColor">@color/navigationBarColor</item>
37+
<item name="android:navigationBarColor">@android:color/transparent</item>
3838
<!-- Nav Bar can be drown on top of the status bar. -->
39-
<item name="android:statusBarColor">@color/statusBarColor</item>
39+
<item name="android:statusBarColor">@android:color/transparent</item>
4040
<!-- Use white status bar text on any theme. -->
4141
<item name="android:windowLightStatusBar">false</item>
4242
<!-- The default cutoff has to be set so that nothing is drawn in landscape mode

0 commit comments

Comments
 (0)