|
|
|
@ -5,6 +5,7 @@ |
|
|
|
|
android:id="@+id/cv_content" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:padding="8dp" |
|
|
|
|
android:clickable="true" |
|
|
|
|
android:focusable="true" |
|
|
|
|
tools:ignore="UnusedAttribute"> |
|
|
|
@ -13,12 +14,11 @@ |
|
|
|
|
android:id="@+id/iv_cover" |
|
|
|
|
android:layout_width="100dp" |
|
|
|
|
android:layout_height="150dp" |
|
|
|
|
android:layout_margin="8dp" |
|
|
|
|
android:contentDescription="@string/img_cover" |
|
|
|
|
android:scaleType="centerCrop" |
|
|
|
|
android:src="@drawable/image_cover_default" |
|
|
|
|
android:transitionName="img_cover" |
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
|
|
app:layout_constraintBottom_toBottomOf="@id/tv_name" |
|
|
|
|
app:layout_constraintLeft_toLeftOf="parent" |
|
|
|
|
app:layout_constraintRight_toRightOf="parent" |
|
|
|
|
app:layout_constraintTop_toTopOf="parent" |
|
|
|
|