This commit is contained in:
kunfei 2023-07-16 17:46:51 +08:00
parent c87bff2f4d
commit 915467149b

View File

@ -6,7 +6,8 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:focusable="true"
android:background="@drawable/bg_item_focused_on_tv">
android:background="@drawable/bg_item_focused_on_tv"
android:foreground="?android:attr/selectableItemBackground">
<io.legado.app.ui.widget.image.FilletImageView
android:id="@+id/iv_icon"
@ -33,4 +34,5 @@
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toBottomOf="@+id/iv_icon" />
</androidx.constraintlayout.widget.ConstraintLayout>