mirror of
https://github.com/oxen-io/session-android.git
synced 2025-10-19 07:42:42 +00:00
Add shadow under compose view on scroll
Fixes #5098 Closes #5796 // FREEBIE
This commit is contained in:

committed by
Moxie Marlinspike

parent
b8d938a020
commit
0a72f6b32e
8
res/drawable/compose_divider_background.xml
Normal file
8
res/drawable/compose_divider_background.xml
Normal 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>
|
Reference in New Issue
Block a user