mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-06-20 06:09:19 +00:00
Improve: Remove unused parameters
Improve: Invert Corner rounding for app bar to fix tear out
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user