Skip to content

Commit 10d1585

Browse files
fix(android): add transparent nav/status bar to BootTheme
Ensures transparent system bars are applied during splash screen phase on internal builds where the boot theme takes effect before AppTheme. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ab1a58a commit 10d1585

File tree

1 file changed

+3
-0
lines changed
  • wallets/rn_cli_wallet/android/app/src/main/res/values

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,8 @@
1111
<item name="bootSplashBackground">@color/bootsplash_background</item>
1212
<item name="bootSplashLogo">@drawable/bootsplash_logo</item>
1313
<item name="postBootSplashTheme">@style/AppTheme</item>
14+
<item name="android:navigationBarColor">@android:color/transparent</item>
15+
<item name="android:statusBarColor">@android:color/transparent</item>
16+
<item name="android:enforceNavigationBarContrast">false</item>
1417
</style>
1518
</resources>

0 commit comments

Comments
 (0)