|
|
@ -7,7 +7,6 @@ |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:clickable="true" |
|
|
|
android:clickable="true" |
|
|
|
android:focusable="true" |
|
|
|
android:focusable="true" |
|
|
|
android:foreground="?android:attr/selectableItemBackground" |
|
|
|
|
|
|
|
tools:ignore="UnusedAttribute"> |
|
|
|
tools:ignore="UnusedAttribute"> |
|
|
|
|
|
|
|
|
|
|
|
<io.legado.app.ui.widget.image.CoverImageView |
|
|
|
<io.legado.app.ui.widget.image.CoverImageView |
|
|
@ -158,6 +157,15 @@ |
|
|
|
app:layout_constraintRight_toLeftOf="@id/fl_has_new" |
|
|
|
app:layout_constraintRight_toLeftOf="@id/fl_has_new" |
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tv_read" /> |
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tv_read" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<View |
|
|
|
|
|
|
|
android:id="@+id/vw_foreground" |
|
|
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
|
|
android:layout_height="0dp" |
|
|
|
|
|
|
|
android:background="?android:attr/selectableItemBackground" |
|
|
|
|
|
|
|
android:visibility="gone" |
|
|
|
|
|
|
|
app:layout_constraintTop_toTopOf="parent" |
|
|
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent" /> |
|
|
|
|
|
|
|
|
|
|
|
<View |
|
|
|
<View |
|
|
|
android:id="@+id/vw_select" |
|
|
|
android:id="@+id/vw_select" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|