message status round or square avatar too (fixes crash when opening private rooms)
This commit is contained in:
parent
a23a5380d2
commit
5512a16616
1 changed files with 15 additions and 0 deletions
|
@ -36,6 +36,21 @@
|
|||
app:strokeColor="@color/custom_theme_accent"
|
||||
app:riv_corner_radius="30dp" />
|
||||
|
||||
<com.makeramen.roundedimageview.RoundedImageView
|
||||
android:id="@+id/message_photo_square"
|
||||
android:layout_width="32dp"
|
||||
android:layout_height="32dp"
|
||||
android:layout_alignParentStart="true"
|
||||
android:layout_alignParentLeft="true"
|
||||
android:layout_alignParentTop="true"
|
||||
android:layout_marginEnd="-1.5dp"
|
||||
android:layout_marginRight="-1.5dp"
|
||||
android:padding="0dp"
|
||||
android:scaleType="fitXY"
|
||||
android:visibility="gone"
|
||||
app:strokeColor="@color/custom_theme_accent"
|
||||
app:riv_corner_radius="30dp" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/status_message"
|
||||
android:layout_width="wrap_content"
|
||||
|
|
Loading…
Add table
Reference in a new issue