Loading res/drawable/filtershow_menu_marker_rtl.xml 0 → 100644 +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 res/layout-land/filtershow_editor_panel.xml +1 −1 Original line number Diff line number Diff line Loading @@ -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> Loading res/layout/filtershow_editor_panel.xml +1 −1 Original line number Diff line number Diff line Loading @@ -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" /> Loading src/com/android/gallery3d/filtershow/editors/Editor.java +1 −1 Original line number Diff line number Diff line Loading @@ -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) { Loading Loading
res/drawable/filtershow_menu_marker_rtl.xml 0 → 100644 +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
res/layout-land/filtershow_editor_panel.xml +1 −1 Original line number Diff line number Diff line Loading @@ -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> Loading
res/layout/filtershow_editor_panel.xml +1 −1 Original line number Diff line number Diff line Loading @@ -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" /> Loading
src/com/android/gallery3d/filtershow/editors/Editor.java +1 −1 Original line number Diff line number Diff line Loading @@ -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) { Loading