summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/drawable-hdpi/ic_menu_photosphere.pngbin2175 -> 0 bytes
-rw-r--r--res/drawable-hdpi/ic_menu_photosphere_active.pngbin2029 -> 0 bytes
-rw-r--r--res/drawable-mdpi/ic_menu_photosphere.pngbin1515 -> 0 bytes
-rw-r--r--res/drawable-mdpi/ic_menu_photosphere_active.pngbin1170 -> 0 bytes
-rw-r--r--res/drawable-xhdpi/ic_menu_photosphere.pngbin2460 -> 0 bytes
-rw-r--r--res/drawable-xhdpi/ic_menu_photosphere_active.pngbin2417 -> 0 bytes
-rw-r--r--res/layout/photopage_bottom_controls.xml2
7 files changed, 1 insertions, 1 deletions
diff --git a/res/drawable-hdpi/ic_menu_photosphere.png b/res/drawable-hdpi/ic_menu_photosphere.png
deleted file mode 100644
index 27043ef9b..000000000
--- a/res/drawable-hdpi/ic_menu_photosphere.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-hdpi/ic_menu_photosphere_active.png b/res/drawable-hdpi/ic_menu_photosphere_active.png
deleted file mode 100644
index c57601574..000000000
--- a/res/drawable-hdpi/ic_menu_photosphere_active.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-mdpi/ic_menu_photosphere.png b/res/drawable-mdpi/ic_menu_photosphere.png
deleted file mode 100644
index 4ba096952..000000000
--- a/res/drawable-mdpi/ic_menu_photosphere.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-mdpi/ic_menu_photosphere_active.png b/res/drawable-mdpi/ic_menu_photosphere_active.png
deleted file mode 100644
index 96e2ac516..000000000
--- a/res/drawable-mdpi/ic_menu_photosphere_active.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-xhdpi/ic_menu_photosphere.png b/res/drawable-xhdpi/ic_menu_photosphere.png
deleted file mode 100644
index 19f9b290c..000000000
--- a/res/drawable-xhdpi/ic_menu_photosphere.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-xhdpi/ic_menu_photosphere_active.png b/res/drawable-xhdpi/ic_menu_photosphere_active.png
deleted file mode 100644
index a77a712ff..000000000
--- a/res/drawable-xhdpi/ic_menu_photosphere_active.png
+++ /dev/null
Binary files differ
diff --git a/res/layout/photopage_bottom_controls.xml b/res/layout/photopage_bottom_controls.xml
index 434c59824..1111ef40e 100644
--- a/res/layout/photopage_bottom_controls.xml
+++ b/res/layout/photopage_bottom_controls.xml
@@ -23,7 +23,7 @@
android:visibility="gone"/>
<ImageView
android:id="@+id/photopage_bottom_control_panorama"
- android:src="@drawable/ic_menu_photosphere"
+ android:src="@drawable/ic_view_photosphere"
android:layout_width="70dp"
android:layout_height="70dp"
android:layout_centerHorizontal="true"