Remove clickable attribute from item_module_md2.xml

This commit is contained in:
Wang Han
2025-10-14 21:36:50 +08:00
committed by John Wu
parent 0edb80b10f
commit 470acc93c9

View File

@@ -27,7 +27,6 @@
isEnabled="@{!item.removed && item.enabled && !item.showNotice}"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:clickable="@{!item.removed && item.enabled && !item.showNotice}"
android:focusable="@{!item.removed && item.enabled && !item.showNotice}"
android:nextFocusRight="@id/module_indicator"
app:cardBackgroundColor="@color/color_card_background_color_selector"