diff options
Diffstat (limited to 'res/layout/preference_widget_sync_toggle.xml')
-rw-r--r-- | res/layout/preference_widget_sync_toggle.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/res/layout/preference_widget_sync_toggle.xml b/res/layout/preference_widget_sync_toggle.xml index 5057aab..7cb2997 100644 --- a/res/layout/preference_widget_sync_toggle.xml +++ b/res/layout/preference_widget_sync_toggle.xml @@ -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" |