Revert "Replace ic_refresh_holo by material ic_refresh"

This reverts commit 3bad95bed823ec6ea601402c2acc9960ff3e81e9.

The vector drawable breaks the build.

Change-Id: Ic6e31e91bb91c2c52b00e3675ccdf99ea18492fd
diff --git a/res/drawable-anydpi-v21/ic_refresh_white_36dp.xml b/res/drawable-anydpi-v21/ic_refresh_white_36dp.xml
deleted file mode 100644
index fde6688..0000000
--- a/res/drawable-anydpi-v21/ic_refresh_white_36dp.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
-        android:width="24dp"
-        android:height="24dp"
-        android:viewportWidth="24.0"
-        android:viewportHeight="24.0"
-        android:tint="?attr/colorControlNormal">
-    <path
-        android:fillColor="@android:color/white"
-        android:pathData="M17.65,6.35C16.2,4.9 14.21,4 12,4c-4.42,0 -7.99,3.58 -7.99,8s3.57,8 7.99,8c3.73,0 6.84,-2.55 7.73,-6h-2.08c-0.82,2.33 -3.04,4 -5.65,4 -3.31,0 -6,-2.69 -6,-6s2.69,-6 6,-6c1.66,0 3.14,0.69 4.22,1.78L13,11h7V4l-2.35,2.35z"/>
-</vector>
diff --git a/res/drawable-hdpi/ic_menu_refresh_holo_dark.png b/res/drawable-hdpi/ic_menu_refresh_holo_dark.png
new file mode 100644
index 0000000..69ac31b
--- /dev/null
+++ b/res/drawable-hdpi/ic_menu_refresh_holo_dark.png
Binary files differ
diff --git a/res/drawable-hdpi/ic_refresh_white_36dp.png b/res/drawable-hdpi/ic_refresh_white_36dp.png
deleted file mode 100644
index d898810..0000000
--- a/res/drawable-hdpi/ic_refresh_white_36dp.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-mdpi/ic_menu_refresh_holo_dark.png b/res/drawable-mdpi/ic_menu_refresh_holo_dark.png
new file mode 100644
index 0000000..f68aacf
--- /dev/null
+++ b/res/drawable-mdpi/ic_menu_refresh_holo_dark.png
Binary files differ
diff --git a/res/drawable-mdpi/ic_refresh_white_36dp.png b/res/drawable-mdpi/ic_refresh_white_36dp.png
deleted file mode 100644
index ffa7be9..0000000
--- a/res/drawable-mdpi/ic_refresh_white_36dp.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-xhdpi/ic_menu_refresh_holo_dark.png b/res/drawable-xhdpi/ic_menu_refresh_holo_dark.png
new file mode 100644
index 0000000..3db90ee
--- /dev/null
+++ b/res/drawable-xhdpi/ic_menu_refresh_holo_dark.png
Binary files differ
diff --git a/res/drawable-xhdpi/ic_refresh_white_36dp.png b/res/drawable-xhdpi/ic_refresh_white_36dp.png
deleted file mode 100644
index 1692d8a..0000000
--- a/res/drawable-xhdpi/ic_refresh_white_36dp.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-xxhdpi/ic_menu_refresh_holo_dark.png b/res/drawable-xxhdpi/ic_menu_refresh_holo_dark.png
new file mode 100644
index 0000000..088d76b
--- /dev/null
+++ b/res/drawable-xxhdpi/ic_menu_refresh_holo_dark.png
Binary files differ
diff --git a/res/drawable-xxhdpi/ic_refresh_white_36dp.png b/res/drawable-xxhdpi/ic_refresh_white_36dp.png
deleted file mode 100644
index 6f6e6dd..0000000
--- a/res/drawable-xxhdpi/ic_refresh_white_36dp.png
+++ /dev/null
Binary files differ
diff --git a/res/layout-v11/photo_retry_button.xml b/res/layout-v11/photo_retry_button.xml
index 571f928..c7c7d64 100644
--- a/res/layout-v11/photo_retry_button.xml
+++ b/res/layout-v11/photo_retry_button.xml
@@ -8,5 +8,5 @@
     android:layout_centerHorizontal="true"
     android:background="?android:attr/selectableItemBackground"
     android:scaleType="center"
-    android:src="@drawable/ic_refresh_white_36dp"
+    android:src="@drawable/ic_menu_refresh_holo_dark"
     android:visibility="gone" />
diff --git a/res/layout/photo_retry_button.xml b/res/layout/photo_retry_button.xml
index 58ee592..29a2508 100644
--- a/res/layout/photo_retry_button.xml
+++ b/res/layout/photo_retry_button.xml
@@ -7,5 +7,5 @@
     android:layout_below="@id/empty_text"
     android:layout_centerHorizontal="true"
     android:scaleType="center"
-    android:src="@drawable/ic_refresh_white_36dp"
+    android:src="@drawable/ic_menu_refresh_holo_dark"
     android:visibility="gone" />