Create styles.xml

pull/594/head
jhengazuki 7 months ago
parent 88865e84d4
commit 74e74425f6
  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