Add shadow under compose view on scroll

Fixes #5098
Closes #5796
// FREEBIE
This commit is contained in:
mateoeh
2016-10-19 22:08:00 -05:00
committed by Moxie Marlinspike
parent b8d938a020
commit 0a72f6b32e
4 changed files with 64 additions and 9 deletions

View File

@@ -25,6 +25,8 @@
<color name="gray95_transparent50">#7F111111</color>
<color name="conversation_compose_divider">#32000000</color>
<color name="conversation_list_item_background_read_light">@color/gray5</color>
<color name="conversation_list_item_background_unread_light">#ffffffff</color>
<color name="conversation_list_item_background_read_dark">#ff000000</color>