In contact and chat lists use bitmap to show text avatar
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:layout_marginEnd="12dp"
|
||||
android:text="" />
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
android:paddingTop="5dp"
|
||||
android:paddingBottom="5dp"
|
||||
android:paddingStart="0dp"
|
||||
android:paddingEnd="5dp"
|
||||
android:paddingEnd="6dp"
|
||||
android:textSize="12sp"
|
||||
android:lines="2"
|
||||
android:maxLines="2"
|
||||
|
||||
@@ -15,7 +15,8 @@
|
||||
android:textSize="24sp"
|
||||
android:textAllCaps="true"
|
||||
android:textColor="@android:color/white"
|
||||
android:gravity="center" >
|
||||
android:gravity="center"
|
||||
android:visibility="gone" >
|
||||
</TextView>
|
||||
|
||||
<androidx.cardview.widget.CardView
|
||||
|
||||
@@ -15,7 +15,8 @@
|
||||
android:textSize="24sp"
|
||||
android:textAllCaps="true"
|
||||
android:textColor="@android:color/white"
|
||||
android:gravity="center" >
|
||||
android:gravity="center"
|
||||
android:visibility="gone" >
|
||||
</TextView>
|
||||
|
||||
<androidx.cardview.widget.CardView
|
||||
|
||||
Reference in New Issue
Block a user