Use a localized string as default content description

This commit is contained in:
Gabriele M
2017-07-17 14:48:59 +02:00
parent d3436c37e9
commit c6a60d78f5

View File

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