Statusbar settings
This commit is contained in:
parent
a428aea69c
commit
73b371ccdc
@ -1,9 +1,6 @@
|
||||
<resources>
|
||||
|
||||
<!-- Base application theme. -->
|
||||
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
|
||||
<!-- Customize your theme here. -->
|
||||
<item name="android:windowBackground">#000000</item>
|
||||
<item name="android:textColor">#000000</item>
|
||||
</style>
|
||||
|
||||
</resources>
|
||||
|
@ -18,6 +18,13 @@ Navigation.setDefaultOptions({
|
||||
backgroundColor: 'black',
|
||||
componentBackgroundColor: 'black'
|
||||
},
|
||||
statusBar: {
|
||||
animated: true,
|
||||
drawBehind: true,
|
||||
translucent: true,
|
||||
visible: true,
|
||||
style: 'dark'
|
||||
},
|
||||
});
|
||||
|
||||
Navigation.registerComponent('Splash', () => gestureHandlerRootHOC(Splash), () => Splash);
|
||||
|
Loading…
Reference in New Issue
Block a user