Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b0f61454 authored by John Hoford's avatar John Hoford Committed by Android (Google) Code Review
Browse files

Merge "fix RTL menu issues" into gb-ub-photos-carlsbad

parents c58ff057 7574509c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
        android:src="@drawable/filtershow_menu_marker"
        android:autoMirrored="true">
</bitmap>
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -86,7 +86,7 @@
                        android:background="@android:color/transparent"
                        android:text="@string/apply_effect"
                        android:textSize="18dip"
                        android:drawableRight="@drawable/filtershow_menu_marker"
                        android:drawableEnd="@drawable/filtershow_menu_marker_rtl"
                        android:textAllCaps="true"/>

            </LinearLayout>
+1 −1
Original line number Diff line number Diff line
@@ -89,7 +89,7 @@
                        android:background="@android:color/transparent"
                        android:text="@string/apply_effect"
                        android:textSize="18dip"
                        android:drawableRight="@drawable/filtershow_menu_marker"
                        android:drawableEnd="@drawable/filtershow_menu_marker_rtl"
                        android:textAllCaps="true"
                        />

+1 −1
Original line number Diff line number Diff line
@@ -285,7 +285,7 @@ public class Editor implements OnSeekBarChangeListener, SwapButton.SwapButtonLis

    protected void setMenuIcon(boolean on) {
        mEditTitle.setCompoundDrawablesRelativeWithIntrinsicBounds(
                0, 0, on ? R.drawable.filtershow_menu_marker : 0, 0);
                0, 0, on ? R.drawable.filtershow_menu_marker_rtl : 0, 0);
    }

    protected void createMenu(int[] strId, View button) {