diff options
Diffstat (limited to 'res/layout/preference_widget_sync_toggle.xml')
-rw-r--r-- | res/layout/preference_widget_sync_toggle.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/res/layout/preference_widget_sync_toggle.xml b/res/layout/preference_widget_sync_toggle.xml index 7cb2997..115098b 100644 --- a/res/layout/preference_widget_sync_toggle.xml +++ b/res/layout/preference_widget_sync_toggle.xml @@ -19,14 +19,14 @@ <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_gravity="center_vertical|right" - android:gravity="center_vertical|right"> + android:layout_gravity="center_vertical|end" + android:gravity="center_vertical|end"> <ImageView android:id="@+id/sync_failed" android:src="@drawable/ic_sync_error_holo" android:layout_width="wrap_content" - android:layout_marginRight="8dip" + android:layout_marginEnd="8dip" android:layout_height="wrap_content" android:contentDescription="@string/sync_failed" /> @@ -35,7 +35,7 @@ android:src="@drawable/ic_list_sync_anim" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_marginRight="8dip" + android:layout_marginEnd="8dip" android:contentDescription="@string/sync_active" /> <CheckBox xmlns:android="http://schemas.android.com/apk/res/android" |