Fixed all Accessibility lint warnings in Settings app.

Change-Id: Ida98444f8942d3618d84c0a6f78cc3653ea4ad24
This commit is contained in:
alanv
2012-05-21 17:55:19 -07:00
parent 0901a3c213
commit 0aa7c4f141
35 changed files with 122 additions and 36 deletions

View File

@@ -23,7 +23,8 @@
android:layout_height="1dip"
android:scaleType="fitXY"
android:gravity="fill_horizontal"
android:src="@android:drawable/divider_horizontal_dark" />
android:src="@android:drawable/divider_horizontal_dark"
android:contentDescription="@null" />
<TextView
android:layout_width="match_parent"