Gallery2: The spinner icon display different on Gallery home
page and other page in RTL mode.
The Spinner use RTL layout,which leads to the interface button
direction is inconsisten.
Cancel the spinner RTL layout patterns, modified into regular
pattern.
Change-Id: If400f06028604675596f4dd6c15e1491595c0cdf
CRs-Fixed: 816286
diff --git a/res/layout/action_mode.xml b/res/layout/action_mode.xml
index f107c26..c3a5a77 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="end"
+ <ImageView android:layout_gravity="right"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:src="@drawable/dropdown_ic_arrow_normal_holo_dark" />