Move unread indicator to be above the avatar.

This commit is contained in:
Greyson Parrelli
2018-09-24 15:34:21 -07:00
parent c37c1dffd4
commit bab92fca7b
7 changed files with 68 additions and 25 deletions

View 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>