Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a41a35d8 authored by Peter_Liang's avatar Peter_Liang Committed by PETER LIANG
Browse files

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
parent 226dbaf3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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"