aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml/video_preferences.xml
diff options
context:
space:
mode:
authorDocile-Alligator <25734209+Docile-Alligator@users.noreply.github.com>2024-09-11 17:09:43 +0000
committerDocile-Alligator <25734209+Docile-Alligator@users.noreply.github.com>2024-09-11 17:09:43 +0000
commit747f5f1a239925958ba1e7dce3c422d4b42a6767 (patch)
treee8fa84e6380b6fad7b95dd6f46c84cf5510f41a8 /app/src/main/res/xml/video_preferences.xml
parentfbc00b1cb9d2d813a0ea07123850633b0392b86d (diff)
downloadinfinity-for-reddit-747f5f1a239925958ba1e7dce3c422d4b42a6767.tar
infinity-for-reddit-747f5f1a239925958ba1e7dce3c422d4b42a6767.tar.gz
infinity-for-reddit-747f5f1a239925958ba1e7dce3c422d4b42a6767.tar.bz2
infinity-for-reddit-747f5f1a239925958ba1e7dce3c422d4b42a6767.tar.lz
infinity-for-reddit-747f5f1a239925958ba1e7dce3c422d4b42a6767.tar.xz
infinity-for-reddit-747f5f1a239925958ba1e7dce3c422d4b42a6767.tar.zst
infinity-for-reddit-747f5f1a239925958ba1e7dce3c422d4b42a6767.zip
Start implementing PostOptionsBottomSheetFragment. Rename some drawables.
Diffstat (limited to 'app/src/main/res/xml/video_preferences.xml')
-rw-r--r--app/src/main/res/xml/video_preferences.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/src/main/res/xml/video_preferences.xml b/app/src/main/res/xml/video_preferences.xml
index 402497b8..9f98b248 100644
--- a/app/src/main/res/xml/video_preferences.xml
+++ b/app/src/main/res/xml/video_preferences.xml
@@ -5,13 +5,13 @@
<ml.docilealligator.infinityforreddit.customviews.CustomFontSwitchPreference
app:defaultValue="false"
app:key="mute_video"
- app:icon="@drawable/ic_mute_preferences_24dp"
+ app:icon="@drawable/ic_mute_preferences_day_night_24dp"
app:title="@string/settings_mute_video_title" />
<ml.docilealligator.infinityforreddit.customviews.CustomFontSwitchPreference
app:defaultValue="false"
app:key="mute_nsfw_video"
- app:icon="@drawable/ic_mute_preferences_24dp"
+ app:icon="@drawable/ic_mute_preferences_day_night_24dp"
app:title="@string/settings_mute_nsfw_video_title" />
<ml.docilealligator.infinityforreddit.customviews.CustomFontSwitchPreference
@@ -59,7 +59,7 @@
<ml.docilealligator.infinityforreddit.customviews.CustomFontSwitchPreference
app:defaultValue="true"
app:key="mute_autoplaying_videos"
- app:icon="@drawable/ic_mute_preferences_24dp"
+ app:icon="@drawable/ic_mute_preferences_day_night_24dp"
app:title="@string/settings_mute_autoplaying_videos_title" />
<ml.docilealligator.infinityforreddit.customviews.CustomFontSwitchPreference