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

Commit e7dea8db authored by Sid Soundararajan's avatar Sid Soundararajan Committed by android-build-merger
Browse files

Merge "Make content descriptions of task cards, the title description" into...

Merge "Make content descriptions of task cards, the title description" into nyc-dev am: 7cb7a0aa am: 3d09accb
am: 8f6b4d1a

* commit '8f6b4d1a':
  Make content descriptions of task cards, the title description

Change-Id: Idfa9d396e3281a774e1008430d8c3a111232386e
parents 1e0ae338 8f6b4d1a
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() {