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

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/xml/settings.xml')
-rw-r--r--app/src/main/res/xml/settings.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/app/src/main/res/xml/settings.xml b/app/src/main/res/xml/settings.xml
index 3896c8ebd..d4791c575 100644
--- a/app/src/main/res/xml/settings.xml
+++ b/app/src/main/res/xml/settings.xml
@@ -4,7 +4,7 @@
<it.niedermann.nextcloud.deck.ui.theme.ThemedPreferenceCategory app:title="@string/simple_synchronization">
<it.niedermann.nextcloud.deck.ui.theme.ThemedSwitchPreference
android:defaultValue="@string/pref_value_wifi_and_mobile"
- android:icon="@drawable/ic_network_wifi_grey600_24dp"
+ android:icon="@drawable/ic_network_wifi_24dp"
android:key="@string/pref_key_wifi_only"
android:title="@string/pref_value_wifi_only" />
@@ -12,13 +12,13 @@
android:defaultValue="@string/minutes_15"
android:entries="@array/background_sync_entries"
android:entryValues="@array/background_sync_values"
- android:icon="@drawable/ic_sync_grey600_24dp"
+ android:icon="@drawable/ic_sync_24dp"
android:key="@string/pref_key_background_sync"
android:summary="%s"
android:title="@string/settings_background_sync" />
<it.niedermann.nextcloud.deck.ui.theme.ThemedSwitchPreference
- android:icon="@drawable/ic_baseline_photo_size_select_small_24"
+ android:icon="@drawable/ic_photo_size_select_small_24"
android:key="@string/pref_key_compress_image_attachments"
android:summary="@string/settings_compress_image_attachments_summary"
android:title="@string/settings_compress_image_attachments"
@@ -30,19 +30,19 @@
android:defaultValue="@string/pref_value_theme_system_default"
android:entries="@array/darkmode_entries"
android:entryValues="@array/darkMode_values"
- android:icon="@drawable/ic_brightness_2_grey600_24dp"
+ android:icon="@drawable/ic_brightness_2_24dp"
android:key="@string/pref_key_dark_theme"
android:summary="%s"
android:title="@string/settings_theme_title" />
<it.niedermann.nextcloud.deck.ui.theme.ThemedSwitchPreference
- android:icon="@drawable/ic_baseline_compact_24"
+ android:icon="@drawable/ic_compact_24"
android:key="@string/pref_key_compact"
android:title="@string/settings_compact_title"
app:defaultValue="false" />
<it.niedermann.nextcloud.deck.ui.theme.ThemedSwitchPreference
- android:icon="@drawable/ic_image_grey600_24dp"
+ android:icon="@drawable/ic_image_24dp"
android:key="@string/pref_key_cover_images"
android:title="@string/settings_cover_images_title"
app:defaultValue="true" />
@@ -51,13 +51,13 @@
<it.niedermann.nextcloud.deck.ui.theme.ThemedPreferenceCategory android:title="@string/simple_expert_settings">
<it.niedermann.nextcloud.deck.ui.theme.ThemedSwitchPreference
- android:icon="@drawable/ic_bug_report_black_24dp"
+ android:icon="@drawable/ic_bug_report_24dp"
android:key="@string/pref_key_debugging"
android:title="@string/settings_debugging"
app:defaultValue="false" />
<it.niedermann.nextcloud.deck.ui.theme.ThemedSwitchPreference
- android:icon="@drawable/ic_baseline_speed_24"
+ android:icon="@drawable/ic_speed_24"
android:key="@string/pref_key_etags"
android:summary="@string/settings_etags_summary"
android:title="@string/settings_etags"