Make compatible with edge-to-edge (API 35)

This commit is contained in:
2024-05-20 09:32:07 -05:00
parent 732ec1c70a
commit e7165d993f
9 changed files with 38 additions and 7 deletions

View File

@@ -243,7 +243,7 @@
<style name="Toolbar">
<item name="android:layout_width">match_parent</item>
<item name="android:layout_height">?actionBarSize</item>
<item name="android:layout_height">wrap_content</item>
<item name="android:background">?colorPrimary</item>
<item name="android:theme">@style/ThemeOverlay.AppCompat.Dark.ActionBar</item>
</style>