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

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:angle="90"
android:dither="true"
android:endColor="@android:color/transparent"
android:startColor="@color/conversation_compose_divider" />
</shape>