add "elevation" window overlay for android 4.x too
// FREEBIE
This commit is contained in:
parent
08d939b010
commit
0fc9ff7490
2 changed files with 10 additions and 1 deletions
|
@ -3,7 +3,13 @@
|
|||
|
||||
<item>
|
||||
<shape android:shape="rectangle">
|
||||
<solid android:color="@android:color/transparent" />
|
||||
<solid android:color="@color/conversation_item_sent_shadow_light" />
|
||||
</shape>
|
||||
</item>
|
||||
|
||||
<item android:bottom="1dp">
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="@color/conversation_list_divider_light" />
|
||||
</shape>
|
||||
</item>
|
||||
|
||||
|
|
3
res/drawable-v21/compat_actionbar_shadow_background.xml
Normal file
3
res/drawable-v21/compat_actionbar_shadow_background.xml
Normal file
|
@ -0,0 +1,3 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<color xmlns:android="http://schemas.android.com/apk/res/android" android:color="@android:color/transparent">
|
||||
</color>
|
Loading…
Add table
Reference in a new issue