| | |
| | | android:background="@android:color/transparent" |
| | | > |
| | | |
| | | <ImageView |
| | | <!-- <ImageView--> |
| | | <!-- android:id="@+id/memberAvatarView"--> |
| | | <!-- android:layout_width="25dp"--> |
| | | <!-- android:layout_height="27dp"--> |
| | | <!-- android:layout_marginLeft="10dp"--> |
| | | <!-- android:scaleType="centerCrop"--> |
| | | <!-- app:layout_constraintStart_toStartOf="parent"--> |
| | | <!-- app:layout_constraintTop_toTopOf="parent"--> |
| | | |
| | | <!-- />--> |
| | | <com.google.android.material.imageview.ShapeableImageView |
| | | android:id="@+id/memberAvatarView" |
| | | android:layout_width="40dp" |
| | | android:layout_height="40dp" |
| | | android:layout_marginLeft="10dp" |
| | | android:layout_marginRight="10dp" |
| | | android:scaleType="centerCrop" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:layout_constraintTop_toTopOf="parent" /> |
| | | app:layout_constraintTop_toTopOf="parent" |
| | | app:shapeAppearanceOverlay="@style/CircleImageView" /> |
| | | |
| | | |
| | | <TextView |
| | | android:id="@+id/phoneNumberText" |