commit | a140326a1e5cbae844b791a4588fb68de94c4ef8 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Wed Nov 27 10:14:45 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Nov 27 10:14:45 2024 +0000 |
tree | 1bac0e87fb09911df925174dc697f14ad3718e3f | |
parent | 8e692ef9c9fd8f204b0cddd0838a2ebdf125cdf3 [diff] | |
parent | 56a2c1bd5c7835f2389dbf7f20b4b3b70f38fbcd [diff] |
Merge "Disable longClickable for MaterialCardView items in setting pages" into main am: 47952cc45f am: 56a2c1bd5c Original change: https://android-review.googlesource.com/c/platform/packages/modules/Virtualization/+/3376054 Change-Id: I798fa6f6457feb1aa3ca2937c2f1e181eb6ed704 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