|
|
|
@ -2,7 +2,6 @@ |
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto" |
|
|
|
|
xmlns:tools="http://schemas.android.com/tools" |
|
|
|
|
android:id="@+id/cv_content" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:padding="8dp" |
|
|
|
@ -13,12 +12,11 @@ |
|
|
|
|
<io.legado.app.ui.widget.image.CoverImageView |
|
|
|
|
android:id="@+id/iv_cover" |
|
|
|
|
android:layout_width="100dp" |
|
|
|
|
android:layout_height="139dp" |
|
|
|
|
android:layout_height="150dp" |
|
|
|
|
android:contentDescription="@string/img_cover" |
|
|
|
|
android:scaleType="centerCrop" |
|
|
|
|
android:src="@drawable/image_cover_default" |
|
|
|
|
android:transitionName="img_cover" |
|
|
|
|
app:layout_constraintBottom_toBottomOf="@id/tv_name" |
|
|
|
|
app:layout_constraintLeft_toLeftOf="parent" |
|
|
|
|
app:layout_constraintRight_toRightOf="parent" |
|
|
|
|
app:layout_constraintTop_toTopOf="parent" |
|
|
|
|