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:
authorStefan Niedermann <info@niedermann.it>2024-01-22 23:30:09 +0300
committerStefan Niedermann <info@niedermann.it>2024-01-22 23:30:09 +0300
commitf871cab0a0be32c832420ffb09488df72aadff31 (patch)
treeefd788fef5fbe34848b95d889815e1a87adbe4f7 /app/src/main/res/xml
parent4299da9b22c62719e16f3e442d339a867dcb116a (diff)
feat(theming): Use Material 3 theming attributes for icon coloring
Signed-off-by: Stefan Niedermann <info@niedermann.it>
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r--app/src/main/res/xml/settings.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/app/src/main/res/xml/settings.xml b/app/src/main/res/xml/settings.xml
index bb9a4dfd7..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" />
@@ -57,7 +57,7 @@
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"