mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-15 18:22:22 +00:00
Conditionally show a toolbar shadow in the conversation list.
This commit is contained in:
8
res/drawable/toolbar_shadow.xml
Normal file
8
res/drawable/toolbar_shadow.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:startColor="@android:color/transparent"
|
||||
android:endColor="@color/conversation_compose_divider" />
|
||||
</shape>
|
||||
Reference in New Issue
Block a user