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.
2 parents 6491b3b + 09980b1 commit 06364d3Copy full SHA for 06364d3
theme/src/main/java/no/nordicsemi/android/common/theme/NordicActivity.kt
@@ -56,7 +56,8 @@ abstract class NordicActivity : ComponentActivity() {
56
super.onCreate(savedInstanceState)
57
58
enableEdgeToEdge(
59
- statusBarStyle = SystemBarStyle.dark(Color.TRANSPARENT)
+ statusBarStyle = SystemBarStyle.dark(Color.TRANSPARENT),
60
+ navigationBarStyle = SystemBarStyle.light(Color.TRANSPARENT, Color.TRANSPARENT)
61
)
62
63
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M) {
0 commit comments