From c6a60d78f58c3cf9299becce83e5ff54b6c08139 Mon Sep 17 00:00:00 2001 From: Gabriele M Date: Mon, 17 Jul 2017 14:48:59 +0200 Subject: [PATCH] Use a localized string as default content description --- res/layout/update_item_view.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/layout/update_item_view.xml b/res/layout/update_item_view.xml index 0f89a15..e400c96 100644 --- a/res/layout/update_item_view.xml +++ b/res/layout/update_item_view.xml @@ -98,7 +98,7 @@ android:layout_height="match_parent" android:layout_centerInParent="true" android:background="?attr/selectableItemBackgroundBorderless" - android:contentDescription="Download" + android:contentDescription="@string/action_description_download" android:nextFocusLeft="@id/card_view" android:src="@drawable/ic_download" />