Updated appbar design to be more android-like

This commit is contained in:
Viktor De Pasquale
2019-10-22 18:08:57 +02:00
parent d2e171eabc
commit fbfc4e72ca
7 changed files with 40 additions and 24 deletions
+1 -1
View File
@@ -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">