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

Commit 8f6e1dc3 authored by nicolasroard's avatar nicolasroard Committed by Android Git Automerger
Browse files

am d7899c56: Fix undo/redo/back button behaviour with effects and enable history

* commit 'd7899c56':
  Fix undo/redo/back button behaviour with effects and enable history
parents b69af65f d7899c56
Loading
Loading
Loading
Loading
+1.62 KiB
Loading image diff...
+1.07 KiB
Loading image diff...
+2.34 KiB
Loading image diff...
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@

    <ImageView
        android:id="@+id/selectedMark"
        android:src="@drawable/filtershow_button_current"
        android:src="@drawable/camera_crop"
        android:background="@android:color/transparent"
        android:layout_width="32dip"
        android:layout_height="match_parent"
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@
        android:id="@+id/operationsButton"
        android:icon="@drawable/filtershow_button_operations"
        android:showAsAction="never"
        android:visible="false"
        android:visible="true"
        android:title="@string/show_history_panel"/>
    <item
        android:id="@+id/showImageStateButton"
Loading