[RN] Use a translucent status bar on Android

This commit is contained in:
Saúl Ibarra Corretgé 2017-01-19 15:48:07 -06:00 committed by Lyubomir Marinov
parent cac68dbaba
commit 1a04e5a9af
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
<!-- Base application theme. --> <!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar"> <style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
<!-- Customize your theme here. --> <!-- Customize your theme here. -->
<item name="android:windowTranslucentStatus">true</item>
</style> </style>
</resources> </resources>