Skip to content

Commit 0fc9ff7

Browse files
committedNov 17, 2014
add "elevation" window overlay for android 4.x too
// FREEBIE
1 parent 08d939b commit 0fc9ff7

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed
 

‎res/drawable-v16/compat_actionbar_shadow_background.xml

+7-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@
33

44
<item>
55
<shape android:shape="rectangle">
6-
<solid android:color="@android:color/transparent" />
6+
<solid android:color="@color/conversation_item_sent_shadow_light" />
7+
</shape>
8+
</item>
9+
10+
<item android:bottom="1dp">
11+
<shape xmlns:android="http://schemas.android.com/apk/res/android">
12+
<solid android:color="@color/conversation_list_divider_light" />
713
</shape>
814
</item>
915

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<color xmlns:android="http://schemas.android.com/apk/res/android" android:color="@android:color/transparent">
3+
</color>

0 commit comments

Comments
 (0)
Please sign in to comment.