diff options
author | alanv <alanv@google.com> | 2012-05-21 17:55:19 -0700 |
---|---|---|
committer | alanv <alanv@google.com> | 2012-05-21 17:55:19 -0700 |
commit | 0aa7c4f14169c95d203ed996ff6eed3981818c6c (patch) | |
tree | a71ff21982255bb27f573444218f23534a4bfa52 /res/layout/installed_app_details.xml | |
parent | 0901a3c2132cb439fbab64d13cbe9ede0e5e5379 (diff) | |
download | packages_apps_Settings-0aa7c4f14169c95d203ed996ff6eed3981818c6c.tar.gz packages_apps_Settings-0aa7c4f14169c95d203ed996ff6eed3981818c6c.tar.bz2 packages_apps_Settings-0aa7c4f14169c95d203ed996ff6eed3981818c6c.zip |
Fixed all Accessibility lint warnings in Settings app.
Change-Id: Ida98444f8942d3618d84c0a6f78cc3653ea4ad24
Diffstat (limited to 'res/layout/installed_app_details.xml')
-rw-r--r-- | res/layout/installed_app_details.xml | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/res/layout/installed_app_details.xml b/res/layout/installed_app_details.xml index c41bdb611..f623d04b6 100644 --- a/res/layout/installed_app_details.xml +++ b/res/layout/installed_app_details.xml @@ -95,7 +95,8 @@ android:layout_marginLeft="1dip" android:layout_marginRight="1dip" android:layout_marginBottom="4dip" - android:scaleType="center" /> + android:scaleType="center" + android:contentDescription="@null" /> <TextView android:id="@+id/total_size_text" android:paddingTop="6dip" @@ -131,7 +132,8 @@ android:layout_marginLeft="1dip" android:layout_marginRight="1dip" android:layout_marginBottom="4dip" - android:scaleType="center" /> + android:scaleType="center" + android:contentDescription="@null" /> <TextView android:id="@+id/application_size_text" android:textAppearance="?android:attr/textAppearanceMedium" @@ -168,7 +170,8 @@ android:layout_marginLeft="1dip" android:layout_marginRight="1dip" android:layout_marginBottom="4dip" - android:scaleType="center" /> + android:scaleType="center" + android:contentDescription="@null" /> <TextView android:id="@+id/external_code_size_text" android:textAppearance="?android:attr/textAppearanceMedium" @@ -206,7 +209,8 @@ android:layout_marginLeft="1dip" android:layout_marginRight="1dip" android:layout_marginBottom="4dip" - android:scaleType="center" /> + android:scaleType="center" + android:contentDescription="@null" /> <TextView android:id="@+id/data_size_text" android:textAppearance="?android:attr/textAppearanceMedium" @@ -243,7 +247,8 @@ android:layout_marginLeft="1dip" android:layout_marginRight="1dip" android:layout_marginBottom="4dip" - android:scaleType="center" /> + android:scaleType="center" + android:contentDescription="@null" /> <TextView android:id="@+id/external_data_size_text" android:textAppearance="?android:attr/textAppearanceMedium" @@ -298,7 +303,8 @@ android:layout_marginLeft="1dip" android:layout_marginRight="1dip" android:layout_marginBottom="4dip" - android:scaleType="center" /> + android:scaleType="center" + android:contentDescription="@null" /> <TextView android:id="@+id/cache_size_text" android:textAppearance="?android:attr/textAppearanceMedium" |