Settings: add missing icons

Change-Id: Ic635e594ae11bbec5f0acdbcde302f716150b9b9
Signed-off-by: Alexander Martinz <amartinz@shiftphones.com>
diff --git a/res/drawable-anydpi/ic_custom_info.xml b/res/drawable-anydpi/ic_custom_info.xml
index e09474c..8c43b63 100644
--- a/res/drawable-anydpi/ic_custom_info.xml
+++ b/res/drawable-anydpi/ic_custom_info.xml
@@ -1,12 +1,9 @@
-<?xml version="1.0" encoding="utf-8"?>
 <vector xmlns:android="http://schemas.android.com/apk/res/android"
     android:width="24dp"
     android:height="24dp"
     android:viewportWidth="24"
     android:viewportHeight="24">
-
     <path
-        android:fillColor="#ffffff"
-        android:pathData="M11 7h2v2h-2zm0 4h2v6h-2zm1-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48
-10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z" />
+        android:fillColor="@android:color/white"
+        android:pathData="M11,7h2v2h-2zM11,11h2v6h-2zM12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zM12,20c-4.41,0 -8,-3.59 -8,-8s3.59,-8 8,-8 8,3.59 8,8 -3.59,8 -8,8z" />
 </vector>
diff --git a/res/drawable-anydpi/ic_custom_restore.xml b/res/drawable-anydpi/ic_custom_restore.xml
new file mode 100644
index 0000000..0f599cc
--- /dev/null
+++ b/res/drawable-anydpi/ic_custom_restore.xml
@@ -0,0 +1,9 @@
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+    android:width="24dp"
+    android:height="24dp"
+    android:viewportWidth="24"
+    android:viewportHeight="24">
+    <path
+        android:fillColor="@android:color/white"
+        android:pathData="M13,3c-4.97,0 -9,4.03 -9,9L1,12l3.89,3.89 0.07,0.14L9,12L6,12c0,-3.87 3.13,-7 7,-7s7,3.13 7,7 -3.13,7 -7,7c-1.93,0 -3.68,-0.79 -4.94,-2.06l-1.42,1.42C8.27,19.99 10.51,21 13,21c4.97,0 9,-4.03 9,-9s-4.03,-9 -9,-9zM12,8v5l4.28,2.54 0.72,-1.21 -3.5,-2.08L13.5,8L12,8z" />
+</vector>
diff --git a/res/xml/setting_menu_preferences.xml b/res/xml/setting_menu_preferences.xml
index dae2ac0..d7d4e21 100755
--- a/res/xml/setting_menu_preferences.xml
+++ b/res/xml/setting_menu_preferences.xml
@@ -86,7 +86,7 @@
             android:entries="@array/pref_camera2_jpegquality_entries"
             android:entryValues="@array/pref_camera2_jpegquality_entryvalues"
             android:key="pref_camera2_jpegquality_key"
-            android:icon="@drawable/bg_custom_empty"
+            android:icon="@drawable/ic_settings_quality"
             android:summary="%s"
             android:title="@string/pref_camera_jpegquality_title" />
 
@@ -189,7 +189,7 @@
             android:entries="@array/pref_camera2_videoencoder_entries"
             android:entryValues="@array/pref_camera2_videoencoder_entryvalues"
             android:key="pref_camera2_videoencoder_key"
-            android:icon="@drawable/bg_custom_empty"
+            android:icon="@drawable/ic_settings_encoder_video"
             android:summary="%s"
             android:title="@string/pref_camera_videoencoder_title" />
 
@@ -244,7 +244,7 @@
         android:textAllCaps="false">
         <Preference
             android:defaultValue="false"
-            android:icon="@drawable/bg_custom_empty"
+            android:icon="@drawable/ic_custom_restore"
             android:key="pref_camera2_restore_default_key"
             android:title="@string/pref_camera2_restore_default" />
         <Preference