Add clickable attribute into list item view.

Goal: Announces the "disabled" status when using accessibility Talkback and clicking the disabled item.

Bug: 148834576
Test: manual test
Change-Id: Icb7c062af527652c3f6bd79d61848f86d591c3b5
This commit is contained in:
Peter_Liang
2020-02-06 15:56:28 +08:00
committed by PETER LIANG
parent 226dbaf354
commit a41a35d825

View File

@@ -20,6 +20,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:clickable="true"
android:gravity="center"
android:paddingStart="16dp"
android:paddingEnd="16dp"