Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstefan-niedermann <info@niedermann.it>2019-02-07 18:24:15 +0300
committerstefan-niedermann <info@niedermann.it>2019-02-07 18:24:15 +0300
commit257b3424e889d2f880b87e410ed0babfb9faaea5 (patch)
tree6e7ceb0890eb99e01a2a672ea052ef2710dce9ec /app/src/main/res/xml
parent40e54fb8b62f745cbf0fabb3d3590d6142d621e2 (diff)
#519 Synchronize on Wi-Fi only
- Sync icon
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r--app/src/main/res/xml/preferences.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml
index c60e3062..7f2049ef 100644
--- a/app/src/main/res/xml/preferences.xml
+++ b/app/src/main/res/xml/preferences.xml
@@ -27,7 +27,7 @@
<SwitchPreference
android:defaultValue="@string/pref_value_wifi_and_mobile"
- android:icon="@drawable/ic_insert_link_black_24dp"
+ android:icon="@drawable/ic_sync_black_24dp"
android:key="@string/pref_key_wifi_only"
android:summary="%s"
android:title="@string/settings_theme_wifi_only" />