summaryrefslogtreecommitdiffstats
path: root/res/layout/profile_icon_small.xml
diff options
context:
space:
mode:
authoralanv <alanv@google.com>2012-05-21 17:55:19 -0700
committeralanv <alanv@google.com>2012-05-21 17:55:19 -0700
commit0aa7c4f14169c95d203ed996ff6eed3981818c6c (patch)
treea71ff21982255bb27f573444218f23534a4bfa52 /res/layout/profile_icon_small.xml
parent0901a3c2132cb439fbab64d13cbe9ede0e5e5379 (diff)
downloadpackages_apps_Settings-0aa7c4f14169c95d203ed996ff6eed3981818c6c.zip
packages_apps_Settings-0aa7c4f14169c95d203ed996ff6eed3981818c6c.tar.gz
packages_apps_Settings-0aa7c4f14169c95d203ed996ff6eed3981818c6c.tar.bz2
Fixed all Accessibility lint warnings in Settings app.
Change-Id: Ida98444f8942d3618d84c0a6f78cc3653ea4ad24
Diffstat (limited to 'res/layout/profile_icon_small.xml')
-rw-r--r--res/layout/profile_icon_small.xml3
1 files changed, 2 insertions, 1 deletions
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" />