mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-10-27 16:52:27 +00:00
Remove clickable attribute from item_module_md2.xml
This commit is contained in:
@@ -27,7 +27,6 @@
|
|||||||
isEnabled="@{!item.removed && item.enabled && !item.showNotice}"
|
isEnabled="@{!item.removed && item.enabled && !item.showNotice}"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:clickable="@{!item.removed && item.enabled && !item.showNotice}"
|
|
||||||
android:focusable="@{!item.removed && item.enabled && !item.showNotice}"
|
android:focusable="@{!item.removed && item.enabled && !item.showNotice}"
|
||||||
android:nextFocusRight="@id/module_indicator"
|
android:nextFocusRight="@id/module_indicator"
|
||||||
app:cardBackgroundColor="@color/color_card_background_color_selector"
|
app:cardBackgroundColor="@color/color_card_background_color_selector"
|
||||||
|
|||||||
Reference in New Issue
Block a user