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