improve green dot online indicator
This commit is contained in:
parent
b015dbd502
commit
ff98748d5c
2 changed files with 11 additions and 12 deletions
|
@ -1,12 +1,11 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="oval">
|
||||
|
||||
<solid
|
||||
android:color="#ff388e3c"/>
|
||||
|
||||
<solid android:color="@color/green_700" />
|
||||
<size
|
||||
android:width="10dp"
|
||||
android:height="10dp"/>
|
||||
android:width="20dp"
|
||||
android:height="20dp" />
|
||||
<stroke
|
||||
android:width="2dp"
|
||||
android:color="?attr/colorOnTertiary" />
|
||||
</shape>
|
||||
|
|
|
@ -28,13 +28,13 @@
|
|||
|
||||
<ImageView
|
||||
android:id="@+id/user_active_indicator"
|
||||
android:layout_width="15dp"
|
||||
android:layout_height="15dp"
|
||||
android:layout_width="13dp"
|
||||
android:layout_height="13dp"
|
||||
android:layout_alignBottom="@+id/conversation_image"
|
||||
android:layout_alignEnd="@+id/conversation_image"
|
||||
android:layout_marginBottom="0dp"
|
||||
android:layout_marginEnd="0dp"
|
||||
android:visibility="visible"
|
||||
android:layout_marginEnd="2dp"
|
||||
android:visibility="gone"
|
||||
android:src="@drawable/active_indicator" />
|
||||
|
||||
<RelativeLayout
|
||||
|
|
Loading…
Reference in a new issue