Improve: Remove unused parameters

Improve: Invert Corner rounding for app bar to fix tear out
This commit is contained in:
LooKeR
2022-01-25 02:58:01 +05:30
parent 878dde983d
commit 8b60fe4f98
5 changed files with 13 additions and 31 deletions

View File

@ -118,6 +118,7 @@
</style>
<style name="Theme.AppBarLayout" parent="Widget.Material3.AppBarLayout">
<item name="android:background">@drawable/appbar_background</item>
<item name="android:backgroundTint">?attr/colorSurface</item>
<item name="android:fitsSystemWindows">true</item>
</style>
@ -131,6 +132,7 @@
</style>
<style name="Theme.Toolbar" parent="Widget.Material3.Toolbar.Surface">
<item name="android:background">@drawable/appbar_background</item>
<item name="layout_collapseMode">pin</item>
<item name="android:backgroundTint">?attr/colorSurface</item>
</style>