summaryrefslogtreecommitdiffstats
path: root/res/layout/list_menu_item.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/list_menu_item.xml')
-rw-r--r--res/layout/list_menu_item.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/res/layout/list_menu_item.xml b/res/layout/list_menu_item.xml
index 025bb607d..d3cf15c2f 100644
--- a/res/layout/list_menu_item.xml
+++ b/res/layout/list_menu_item.xml
@@ -36,16 +36,16 @@
android:id="@+id/list_image"
android:layout_width="@dimen/setting_item_icon_width"
android:layout_height="@dimen/setting_item_icon_width"
- android:layout_alignParentLeft="true"
android:layout_centerVertical="true"
- android:layout_marginRight="20dp"
+ android:layout_alignParentStart="true"
+ android:layout_marginEnd="20dp"
android:gravity="center" />
<TextView
android:id="@+id/title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_toRightOf="@+id/list_image"
+ android:layout_toEndOf="@+id/list_image"
android:textColor="@android:color/white"
android:textStyle="bold" />
@@ -55,7 +55,7 @@
android:layout_height="wrap_content"
android:layout_below="@id/title"
android:layout_marginTop="1dip"
- android:layout_toRightOf="@+id/list_image"
+ android:layout_toEndOf="@+id/list_image"
android:text="@string/crop_save"
android:textColor="@color/white"
android:textSize="10dip"