Merge "Make content descriptions of task cards, the title description" into nyc-dev am: 7cb7a0aa60 am: 3d09accb9d

am: 8f6b4d1a75

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

Change-Id: Idfa9d396e3281a774e1008430d8c3a111232386e
This commit is contained in:
Sid Soundararajan
2016-05-26 01:27:14 +00:00
committed by android-build-merger
2 changed files with 1 additions and 1 deletions

View File

@@ -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"

View File

@@ -101,6 +101,7 @@ public class TaskCardView extends LinearLayout {
mTitleTextView.setText(task.title);
mBadgeView.setImageDrawable(task.icon);
setThumbnailView();
setContentDescription(task.titleDescription);
}
public Task getTask() {