mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-10 04:41:45 +00:00
Redesign conversation and conversation preferences layouts
Remove avatars from conversation items unless in a group chat. // FREEBIE
This commit is contained in:
8
res/drawable/recipient_preference_scrim_bottom.xml
Normal file
8
res/drawable/recipient_preference_scrim_bottom.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:startColor="#3A000000"
|
||||
android:centerColor="#1D000000"
|
||||
android:endColor="@android:color/transparent"/>
|
||||
</shape>
|
||||
Reference in New Issue
Block a user