Skip to content

Commit

Permalink
Android 15 improvements (#1150)
Browse files Browse the repository at this point in the history
  • Loading branch information
devemux86 authored Nov 14, 2024
1 parent 93590d1 commit b6d7853
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vtm-android-example/res/values-v35/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@

<style name="AppThemeDark" parent="AppThemeDarkBase">
<item name="android:fitsSystemWindows">true</item>
<item name="android:enforceNavigationBarContrast">true</item>
<item name="android:enforceStatusBarContrast">true</item>
</style>

<style name="AppThemeLight" parent="AppThemeLightBase">
<item name="android:fitsSystemWindows">true</item>
<item name="android:enforceNavigationBarContrast">true</item>
<item name="android:enforceStatusBarContrast">true</item>
</style>

</resources>

0 comments on commit b6d7853

Please sign in to comment.