Show toolbar shadow on pre-Lollipop

This commit is contained in:
2016-04-19 08:27:45 -04:00
parent 8938b0c9a6
commit d05d404c55
7 changed files with 76 additions and 8 deletions

View File

@@ -222,4 +222,12 @@
<style name="Preference.Category.Material">
<item name="android:layout">@layout/preference_category_custom</item>
</style>
<style name="ToolbarShadow">
<item name="android:layout_width">match_parent</item>
<item name="android:layout_height">3dp</item>
<item name="android:background">@drawable/toolbar_shadow</item>
<item name="android:alpha">0.25</item>
<item name="android:layout_below">@id/toolbar</item>
</style>
</resources>