Fixed all Accessibility lint warnings in Settings app.
Change-Id: Ida98444f8942d3618d84c0a6f78cc3653ea4ad24
This commit is contained in:
@@ -27,14 +27,16 @@
|
||||
android:src="@drawable/ic_sync_error_holo"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_marginRight="8dip"
|
||||
android:layout_height="wrap_content" />
|
||||
android:layout_height="wrap_content"
|
||||
android:contentDescription="@string/sync_failed" />
|
||||
|
||||
<com.android.settings.widget.AnimatedImageView
|
||||
android:id="@+id/sync_active"
|
||||
android:src="@drawable/ic_list_sync_anim"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginRight="8dip" />
|
||||
android:layout_marginRight="8dip"
|
||||
android:contentDescription="@string/sync_active" />
|
||||
|
||||
<CheckBox xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@android:id/checkbox"
|
||||
|
||||
Reference in New Issue
Block a user