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

Commit f7dad3a

Browse files
author
AndroidDeveloperLB
committed
removed images of the actionbar shadow, and used a drawable instead.
1 parent d57966b commit f7dad3a

File tree

7 files changed

+25
-9
lines changed

7 files changed

+25
-9
lines changed

MaterialStuffLibrary/.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
55
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
66
<classpathentry combineaccessrules="false" exported="true" kind="src" path="/appcompat_v7"/>
7-
<classpathentry kind="src" path="gen"/>
87
<classpathentry kind="src" path="src"/>
8+
<classpathentry kind="src" path="gen"/>
99
<classpathentry kind="output" path="bin/classes"/>
1010
</classpath>

MaterialStuffLibrary/lint.xml

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<lint>
3-
<issue id="IconMissingDensityFolder">
4-
<ignore path="" />
5-
</issue>
6-
<issue id="InlinedApi" severity="ignore" />
7-
<issue id="RtlEnabled" severity="ignore" />
8-
<issue id="SelectableText">
3+
4+
<issue
5+
id="InlinedApi"
6+
severity="ignore" />
7+
8+
<issue
9+
id="RtlEnabled"
10+
severity="ignore" />
11+
12+
<issue id="SelectableText" >
13+
914
<ignore path="res/layout/adp_select_dialog_item_material.xml" />
1015
</issue>
16+
1117
</lint>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<shape xmlns:android="http://schemas.android.com/apk/res/android"
3+
android:shape="rectangle" >
4+
5+
<gradient
6+
android:angle="90"
7+
android:endColor="#00000000"
8+
android:startColor="#43000000" />
9+
10+
</shape>

MaterialStuffLibrary/res/layout/msl__activity_preference.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
<View
2727
android:id="@+id/msl__shadowView"
2828
android:layout_width="match_parent"
29-
android:layout_height="wrap_content"
30-
android:background="@drawable/msl__ab_solid_shadow_holo"
29+
android:layout_height="9dp"
30+
android:background="@drawable/msl__action_bar_shadow"
3131
android:visibility="gone" />
3232
</FrameLayout>
3333

0 commit comments

Comments
 (0)