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-sw600dp | |
parent | 0901a3c2132cb439fbab64d13cbe9ede0e5e5379 (diff) | |
download | packages_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-sw600dp')
-rw-r--r-- | res/layout-sw600dp/crypt_keeper_password_entry.xml | 1 | ||||
-rw-r--r-- | res/layout-sw600dp/crypt_keeper_progress.xml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/res/layout-sw600dp/crypt_keeper_password_entry.xml b/res/layout-sw600dp/crypt_keeper_password_entry.xml index f8c113d..1e33230c 100644 --- a/res/layout-sw600dp/crypt_keeper_password_entry.xml +++ b/res/layout-sw600dp/crypt_keeper_password_entry.xml @@ -34,6 +34,7 @@ android:layout_height="wrap_content" android:layout_alignParentTop="true" android:src="@drawable/encroid_resignin" + android:contentDescription="@null" /> <TextView android:id="@+id/passwordLabel" diff --git a/res/layout-sw600dp/crypt_keeper_progress.xml b/res/layout-sw600dp/crypt_keeper_progress.xml index f958f00..176c9fb 100644 --- a/res/layout-sw600dp/crypt_keeper_progress.xml +++ b/res/layout-sw600dp/crypt_keeper_progress.xml @@ -33,6 +33,7 @@ android:layout_alignParentBottom="true" android:paddingRight="65dip" android:src="@drawable/encroid_waiting" + android:contentDescription="@null" /> <TextView |