Set module card as non clickable

It's so easy to mis-click card.
This commit is contained in:
Wang Han
2025-10-14 21:35:04 +08:00
committed by John Wu
parent bcc6296d94
commit 0edb80b10f

View File

@@ -30,7 +30,6 @@
android:clickable="@{!item.removed && item.enabled && !item.showNotice}"
android:focusable="@{!item.removed && item.enabled && !item.showNotice}"
android:nextFocusRight="@id/module_indicator"
android:onClick="@{() -> item.setEnabled(!item.enabled)}"
app:cardBackgroundColor="@color/color_card_background_color_selector"
tools:isEnabled="false"
tools:layout_gravity="center"