You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
Updated appbar design to be more android-like
This commit is contained in:
@@ -9,7 +9,7 @@ variant. Make sure to use style referenced by attribute defined it attrs.xml.
|
||||
|
||||
<style name="WidgetFoundation.Appbar" parent="Widget.MaterialComponents.AppBarLayout.Surface">
|
||||
<item name="elevation">0dp</item>
|
||||
<item name="android:background">?colorSurfaceVariant</item>
|
||||
<item name="android:background">@drawable/bg_appbar</item>
|
||||
</style>
|
||||
|
||||
<style name="WidgetFoundation.Toolbar" parent="Widget.MaterialComponents.Toolbar.Surface">
|
||||
|
||||
Reference in New Issue
Block a user