Skip to content

Commit 06364d3

Browse files
authored
Merge pull request #117 from NordicPlayground/improvement/nav-bar-status
Fix colors for the navigation bar status
2 parents 6491b3b + 09980b1 commit 06364d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

theme/src/main/java/no/nordicsemi/android/common/theme/NordicActivity.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ abstract class NordicActivity : ComponentActivity() {
5656
super.onCreate(savedInstanceState)
5757

5858
enableEdgeToEdge(
59-
statusBarStyle = SystemBarStyle.dark(Color.TRANSPARENT)
59+
statusBarStyle = SystemBarStyle.dark(Color.TRANSPARENT),
60+
navigationBarStyle = SystemBarStyle.light(Color.TRANSPARENT, Color.TRANSPARENT)
6061
)
6162

6263
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M) {

0 commit comments

Comments
 (0)