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

Commit caa611f8 authored by Sid Soundararajan's avatar Sid Soundararajan
Browse files

Make content descriptions of task cards, the title description

Use the title description as content description for the task
card, this should be better for talkback.

BUG: 28594452
Change-Id: Idc97004f1370a35ea5328c4e9e46a72a9349c8f4
parent 135c4760
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -19,7 +19,6 @@
        android:layout_height="wrap_content"
        android:focusable="true"
        android:focusableInTouchMode="true"
        android:contentDescription="@string/status_bar_recent_inspect_item_title"
        android:layout_gravity="center"
        android:layout_centerInParent="true"
        android:clipToPadding="false"
+1 −0
Original line number Diff line number Diff line
@@ -101,6 +101,7 @@ public class TaskCardView extends LinearLayout {
        mTitleTextView.setText(task.title);
        mBadgeView.setImageDrawable(task.icon);
        setThumbnailView();
        setContentDescription(task.titleDescription);
    }

    public Task getTask() {