From e43ac27e8f3dfabb69bc5edcb3eb005598270e81 Mon Sep 17 00:00:00 2001 From: Sam Whited Date: Sat, 29 Nov 2014 07:58:18 -0500 Subject: Accessibility: Add missing image descriptions --- src/main/res/layout/account_row.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/main/res/layout/account_row.xml') diff --git a/src/main/res/layout/account_row.xml b/src/main/res/layout/account_row.xml index 2d1190a3..60b69090 100644 --- a/src/main/res/layout/account_row.xml +++ b/src/main/res/layout/account_row.xml @@ -10,7 +10,8 @@ android:layout_width="48dp" android:layout_height="48dp" android:layout_alignParentLeft="true" - android:src="@drawable/ic_profile" > + android:src="@drawable/ic_profile" + android:contentDescription="@string/account_image_description">