Skip to content
This repository was archived by the owner on May 1, 2021. It is now read-only.

Commit f86865d

Browse files
author
AndroidDeveloperLB
committed
updated height of the action bar shadow drawable.
1 parent e2ba6ec commit f86865d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

MaterialStuffLibrary/res/drawable/msl__action_bar_shadow.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
android:shape="rectangle" >
44

55
<gradient
6-
android:angle="90"
6+
android:angle="90"
77
android:endColor="#00000000"
88
android:startColor="#43000000" />
99

10+
<size android:height="9dp" />
11+
1012
</shape>

MaterialStuffLibrary/res/layout/msl__activity_preference.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<View
2727
android:id="@+id/msl__shadowView"
2828
android:layout_width="match_parent"
29-
android:layout_height="9dp"
29+
android:layout_height="wrap_content"
3030
android:background="@drawable/msl__action_bar_shadow"
3131
android:visibility="gone" />
3232
</FrameLayout>

0 commit comments

Comments
 (0)