| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_height="60dp" |
| | | xmlns:app="http://schemas.android.com/apk/res-auto" |
| | | android:minHeight="60dp" |
| | | android:gravity="center_vertical" |
| | | android:orientation="horizontal" |
| | | android:paddingVertical="16dp"> |
| | | android:padding="8dp"> |
| | | |
| | | <ImageView |
| | | android:id="@+id/avatar" |
| | | android:layout_width="40dp" |
| | | android:layout_height="40dp" |
| | | android:src="@drawable/avatar"/> |
| | | <!-- <de.hdodenhof.circleimageview.CircleImageView--> |
| | | <!-- android:id="@+id/invite_success_avatar"--> |
| | | <!-- android:layout_width="40dp"--> |
| | | <!-- android:layout_height="40dp"--> |
| | | <!-- android:src="@drawable/avatar"--> |
| | | <!-- android:paddingLeft="10dp" />--> |
| | | |
| | | <com.google.android.material.imageview.ShapeableImageView |
| | | android:id="@+id/invite_success_avatar" |
| | | android:layout_width="30dp" |
| | | android:layout_height="30dp" |
| | | android:layout_marginLeft="10dp" |
| | | android:scaleType="centerCrop" |
| | | android:src="@drawable/avatar" |
| | | app:shapeAppearance="@style/CircleImage" |
| | | /> |
| | | |
| | | <TextView |
| | | android:id="@+id/message" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:textSize="16sp" |
| | | android:paddingStart="8dp" |
| | | android:textColor="#333333"/> |
| | | android:layout_width="match_parent" |
| | | android:layout_height="60dp" |
| | | android:layout_marginStart="12dp" |
| | | android:textColor="#333333" |
| | | android:textAlignment="center" |
| | | android:paddingTop="20dp" |
| | | android:textSize="14sp" /> |
| | | </LinearLayout> |