mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-07 17:48:52 -06:00
Show toolbar shadow on pre-Lollipop
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user