|
|
@ -9,6 +9,8 @@ |
|
|
|
android:id="@+id/iv_icon" |
|
|
|
android:id="@+id/iv_icon" |
|
|
|
android:layout_width="60dp" |
|
|
|
android:layout_width="60dp" |
|
|
|
android:layout_height="60dp" |
|
|
|
android:layout_height="60dp" |
|
|
|
|
|
|
|
android:src="@drawable/ic_image" |
|
|
|
|
|
|
|
android:scaleType="centerCrop" |
|
|
|
app:layout_constraintTop_toTopOf="parent" |
|
|
|
app:layout_constraintTop_toTopOf="parent" |
|
|
|
app:layout_constraintLeft_toLeftOf="parent" |
|
|
|
app:layout_constraintLeft_toLeftOf="parent" |
|
|
|
app:layout_constraintRight_toRightOf="parent" /> |
|
|
|
app:layout_constraintRight_toRightOf="parent" /> |
|
|
@ -17,6 +19,7 @@ |
|
|
|
android:id="@+id/tv_name" |
|
|
|
android:id="@+id/tv_name" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
|
|
android:layout_marginTop="16dp" |
|
|
|
app:layout_constraintLeft_toLeftOf="parent" |
|
|
|
app:layout_constraintLeft_toLeftOf="parent" |
|
|
|
app:layout_constraintRight_toRightOf="parent" |
|
|
|
app:layout_constraintRight_toRightOf="parent" |
|
|
|
app:layout_constraintTop_toBottomOf="@+id/iv_icon" /> |
|
|
|
app:layout_constraintTop_toBottomOf="@+id/iv_icon" /> |
|
|
|