mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-10 04:41:45 +00:00
Move unread indicator to be above the avatar.
This commit is contained in:
14
res/drawable/unread_count_background_dark.xml
Normal file
14
res/drawable/unread_count_background_dark.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
|
||||
<corners android:radius="@dimen/unread_count_bubble_radius" />
|
||||
|
||||
<solid android:color="@color/core_blue" />
|
||||
|
||||
<stroke
|
||||
android:color="@color/core_grey_95"
|
||||
android:width="1dp"/>
|
||||
|
||||
</shape>
|
||||
Reference in New Issue
Block a user