commit | 56a2c1bd5c7835f2389dbf7f20b4b3b70f38fbcd | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Wed Nov 27 09:51:41 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Nov 27 09:51:41 2024 +0000 |
tree | 0d1128241e671ec9f4c710b8dd2adef5b70cd5a0 | |
parent | b9091e6dd42890733fec25063b1f32a47aa07cca [diff] | |
parent | 47952cc45f24caef5338ef858aac475c580d9c9a [diff] |
Merge "Disable longClickable for MaterialCardView items in setting pages" into main am: 47952cc45f Original change: https://android-review.googlesource.com/c/platform/packages/modules/Virtualization/+/3376054 Change-Id: I1e5b452bad9c93db12e17e1a485defcb4cc20a1f Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/android/TerminalApp/res/layout/settings_list_item.xml b/android/TerminalApp/res/layout/settings_list_item.xml index 38c1d7b..ce595ff 100644 --- a/android/TerminalApp/res/layout/settings_list_item.xml +++ b/android/TerminalApp/res/layout/settings_list_item.xml
@@ -22,6 +22,7 @@ app:cardCornerRadius="28dp" app:checkedIcon="@null" android:focusable="true" + android:longClickable="false" android:layout_height="wrap_content" android:layout_width="match_parent">
diff --git a/android/TerminalApp/res/layout/settings_recovery.xml b/android/TerminalApp/res/layout/settings_recovery.xml index d33f9a3..3ace35c 100644 --- a/android/TerminalApp/res/layout/settings_recovery.xml +++ b/android/TerminalApp/res/layout/settings_recovery.xml
@@ -53,7 +53,7 @@ app:cardCornerRadius="0dp" app:checkedIcon="@null" android:focusable="true" - android:checkable="true" + android:longClickable="false" android:layout_height="wrap_content" android:layout_width="match_parent"> <androidx.constraintlayout.widget.ConstraintLayout @@ -91,7 +91,7 @@ app:cardCornerRadius="0dp" app:checkedIcon="@null" android:focusable="true" - android:checkable="true" + android:longClickable="false" android:layout_height="wrap_content" android:layout_width="match_parent"> <androidx.constraintlayout.widget.ConstraintLayout