summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--res/drawable-hdpi/camera_crop.pngbin0 -> 1662 bytes
-rw-r--r--res/drawable-mdpi/camera_crop.pngbin0 -> 1093 bytes
-rw-r--r--res/drawable-xhdpi/camera_crop.pngbin0 -> 2400 bytes
-rw-r--r--res/layout/filtershow_history_operation_row.xml2
-rw-r--r--res/menu/filtershow_activity_menu.xml2
5 files changed, 2 insertions, 2 deletions
diff --git a/res/drawable-hdpi/camera_crop.png b/res/drawable-hdpi/camera_crop.png
new file mode 100644
index 000000000..97b1b989e
--- /dev/null
+++ b/res/drawable-hdpi/camera_crop.png
Binary files differ
diff --git a/res/drawable-mdpi/camera_crop.png b/res/drawable-mdpi/camera_crop.png
new file mode 100644
index 000000000..cf385641c
--- /dev/null
+++ b/res/drawable-mdpi/camera_crop.png
Binary files differ
diff --git a/res/drawable-xhdpi/camera_crop.png b/res/drawable-xhdpi/camera_crop.png
new file mode 100644
index 000000000..e0a53bcc9
--- /dev/null
+++ b/res/drawable-xhdpi/camera_crop.png
Binary files differ
diff --git a/res/layout/filtershow_history_operation_row.xml b/res/layout/filtershow_history_operation_row.xml
index 6f9ea1b8f..dd9b66e93 100644
--- a/res/layout/filtershow_history_operation_row.xml
+++ b/res/layout/filtershow_history_operation_row.xml
@@ -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"
diff --git a/res/menu/filtershow_activity_menu.xml b/res/menu/filtershow_activity_menu.xml
index 34d5c7bcb..efb8747f9 100644
--- a/res/menu/filtershow_activity_menu.xml
+++ b/res/menu/filtershow_activity_menu.xml
@@ -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"