From 747f5f1a239925958ba1e7dce3c422d4b42a6767 Mon Sep 17 00:00:00 2001 From: Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> Date: Wed, 11 Sep 2024 13:09:43 -0400 Subject: Start implementing PostOptionsBottomSheetFragment. Rename some drawables. --- app/src/main/res/xml/theme_preferences.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'app/src/main/res/xml/theme_preferences.xml') diff --git a/app/src/main/res/xml/theme_preferences.xml b/app/src/main/res/xml/theme_preferences.xml index ab02e39b..9037806b 100644 --- a/app/src/main/res/xml/theme_preferences.xml +++ b/app/src/main/res/xml/theme_preferences.xml @@ -5,14 +5,14 @@ app:defaultValue="2" app:entryValues="@array/settings_theme_values" app:key="theme" - app:icon="@drawable/ic_outline_color_lens_24dp" + app:icon="@drawable/ic_color_lens_day_night_24dp" app:title="@string/settings_theme_title" app:useSimpleSummaryProvider="true" /> -- cgit v1.2.3