summaryrefslogtreecommitdiffstats
path: root/res/layout/widget.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/widget.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/widget.xml')
-rw-r--r--res/layout/widget.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/res/layout/widget.xml b/res/layout/widget.xml
index fa8f3de..d000a46 100644
--- a/res/layout/widget.xml
+++ b/res/layout/widget.xml
@@ -38,6 +38,7 @@
android:layout_height="0dip"
android:layout_weight="1"
android:scaleType="center"
+ android:contentDescription="@null"
/>
<ImageView
@@ -45,6 +46,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:scaleType="fitXY"
+ android:contentDescription="@null"
/>
</LinearLayout>
@@ -52,6 +54,7 @@
android:layout_width="1dip"
android:layout_height="match_parent"
android:background="@drawable/appwidget_settings_divider_holo"
+ android:contentDescription="@null"
/>
<LinearLayout
@@ -71,6 +74,7 @@
android:layout_height="0dip"
android:layout_weight="1"
android:scaleType="center"
+ android:contentDescription="@null"
/>
<ImageView
@@ -78,6 +82,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:scaleType="fitXY"
+ android:contentDescription="@null"
/>
</LinearLayout>
@@ -86,6 +91,7 @@
android:layout_width="1dip"
android:layout_height="match_parent"
android:background="@drawable/appwidget_settings_divider_holo"
+ android:contentDescription="@null"
/>
<LinearLayout
@@ -105,6 +111,7 @@
android:layout_height="0dip"
android:layout_weight="1"
android:scaleType="center"
+ android:contentDescription="@null"
/>
<ImageView
@@ -112,6 +119,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:scaleType="fitXY"
+ android:contentDescription="@null"
/>
</LinearLayout>
@@ -119,6 +127,7 @@
android:layout_width="1dip"
android:layout_height="match_parent"
android:background="@drawable/appwidget_settings_divider_holo"
+ android:contentDescription="@null"
/>
<LinearLayout
@@ -138,6 +147,7 @@
android:layout_height="0dip"
android:layout_weight="1"
android:scaleType="center"
+ android:contentDescription="@null"
/>
<ImageView
@@ -145,6 +155,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:scaleType="fitXY"
+ android:contentDescription="@null"
/>
</LinearLayout>
@@ -152,6 +163,7 @@
android:layout_width="1dip"
android:layout_height="match_parent"
android:background="@drawable/appwidget_settings_divider_holo"
+ android:contentDescription="@null"
/>
<LinearLayout
@@ -171,6 +183,7 @@
android:layout_height="0dip"
android:layout_weight="1"
android:scaleType="center"
+ android:contentDescription="@null"
/>
<ImageView
@@ -178,6 +191,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:scaleType="fitXY"
+ android:contentDescription="@null"
/>
</LinearLayout>