From 0aa7c4f14169c95d203ed996ff6eed3981818c6c Mon Sep 17 00:00:00 2001 From: alanv Date: Mon, 21 May 2012 17:55:19 -0700 Subject: Fixed all Accessibility lint warnings in Settings app. Change-Id: Ida98444f8942d3618d84c0a6f78cc3653ea4ad24 --- res/layout/profile_icon_small.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'res/layout/profile_icon_small.xml') diff --git a/res/layout/profile_icon_small.xml b/res/layout/profile_icon_small.xml index 3a113e0..9967f77 100644 --- a/res/layout/profile_icon_small.xml +++ b/res/layout/profile_icon_small.xml @@ -20,4 +20,5 @@ android:layout_height="30dp" android:layout_marginRight="4dip" android:gravity="center" - android:layout_gravity="center_vertical" /> + android:layout_gravity="center_vertical" + android:contentDescription="@null" /> -- cgit v1.1