Move unread indicator to be above the avatar.
parent
c37c1dffd4
commit
bab92fca7b
@ -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>
|
@ -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_white"
|
||||||
|
android:width="1dp"/>
|
||||||
|
|
||||||
|
</shape>
|
Loading…
Reference in New Issue