mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-23 10:05:15 +00:00
add "elevation" window overlay for android 4.x too
// FREEBIE
This commit is contained in:
parent
08d939b010
commit
0fc9ff7490
@ -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…
Reference in New Issue
Block a user