Merge "Make content descriptions of task cards, the title description" into nyc-dev
am: 7cb7a0aa60
* commit '7cb7a0aa60f0f01fbcb5b5023f642c527f3f1985':
Make content descriptions of task cards, the title description
Change-Id: I85d3cc167f795e236efd3d2f7452cf0cca862899
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -101,6 +101,7 @@ public class TaskCardView extends LinearLayout {
|
||||
mTitleTextView.setText(task.title);
|
||||
mBadgeView.setImageDrawable(task.icon);
|
||||
setThumbnailView();
|
||||
setContentDescription(task.titleDescription);
|
||||
}
|
||||
|
||||
public Task getTask() {
|
||||
|
||||
Reference in New Issue
Block a user