summaryrefslogtreecommitdiffstats
path: root/res/layout/action_mode.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/action_mode.xml')
-rw-r--r--res/layout/action_mode.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/res/layout/action_mode.xml b/res/layout/action_mode.xml
index 6c516e618..f107c26ee 100644
--- a/res/layout/action_mode.xml
+++ b/res/layout/action_mode.xml
@@ -24,7 +24,7 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="match_parent">
- <ImageView android:layout_gravity="right"
+ <ImageView android:layout_gravity="end"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:src="@drawable/dropdown_ic_arrow_normal_holo_dark" />
@@ -35,12 +35,12 @@
android:textColor="?android:attr/actionMenuTextColor"
android:singleLine="true"
android:gravity="left|center_vertical"
- android:paddingRight="25dip"
+ android:paddingEnd="25dip"
android:layout_width="wrap_content"
android:layout_height="match_parent" />
</FrameLayout>
- <ImageView android:layout_marginLeft="16dip"
- android:layout_marginRight="8dip"
+ <ImageView android:layout_marginStart="16dip"
+ android:layout_marginEnd="8dip"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:gravity="bottom"