From 2cdf0d86d5de6b7219797af751b9fe097aa770cf Mon Sep 17 00:00:00 2001
From: ByteHamster <info@bytehamster.com>
Date: Sat, 24 Jul 2021 08:44:19 +0200
Subject: [PATCH] Add sync icon

---
 app/src/main/res/xml/preferences.xml    | 2 +-
 core/src/main/res/drawable/ic_cloud.xml | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)
 create mode 100644 core/src/main/res/drawable/ic_cloud.xml

diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml
index 523c7cd0f..d528945c7 100644
--- a/app/src/main/res/xml/preferences.xml
+++ b/app/src/main/res/xml/preferences.xml
@@ -31,7 +31,7 @@
             android:key="prefScreenGpodder"
             android:title="@string/synchronization_pref"
             android:summary="@string/synchronization_sum"
-            android:icon="@drawable/ic_star" />
+            android:icon="@drawable/ic_cloud" />
 
     <Preference
             android:key="prefScreenStorage"
diff --git a/core/src/main/res/drawable/ic_cloud.xml b/core/src/main/res/drawable/ic_cloud.xml
new file mode 100644
index 000000000..52148a56c
--- /dev/null
+++ b/core/src/main/res/drawable/ic_cloud.xml
@@ -0,0 +1,5 @@
+<vector android:height="24dp"
+    android:viewportHeight="24.0" android:viewportWidth="24.0"
+    android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
+    <path android:fillColor="?attr/action_icon_color" android:pathData="M19,18H6A4,4 0 0,1 2,14A4,4 0 0,1 6,10H6.71C7.37,7.69 9.5,6 12,6A5.5,5.5 0 0,1 17.5,11.5V12H19A3,3 0 0,1 22,15A3,3 0 0,1 19,18M19.35,10.03C18.67,6.59 15.64,4 12,4C9.11,4 6.6,5.64 5.35,8.03C2.34,8.36 0,10.9 0,14A6,6 0 0,0 6,20H19A5,5 0 0,0 24,15C24,12.36 21.95,10.22 19.35,10.03Z"/>
+</vector>