[RN] Use a translucent status bar on Android

pull/1255/head jitsi-meet_1656
Saúl Ibarra Corretgé 8 years ago committed by Lyubomir Marinov
parent cac68dbaba
commit 1a04e5a9af
  1. 1
      android/app/src/main/res/values/styles.xml

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

Loading…
Cancel
Save