Create styles.xml

release
jhengazuki 8 months ago
parent 918b45e266
commit 6f87ff184c
  1. 9
      app/src/mobile/res/values-v35/styles.xml

@ -0,0 +1,9 @@
<resources>
<style name="AppTheme" parent="BaseTheme">
<item name="android:windowTranslucentStatus">true</item>
<item name="android:windowOptOutEdgeToEdgeEnforcement">true</item>
<item name="android:windowLayoutInDisplayCutoutMode">shortEdges</item>
</style>
</resources>
Loading…
Cancel
Save