Make icon toggleable

This commit adds an option to choose between the original and the new icon
This commit is contained in:
Balazs Toldi
2023-10-22 09:51:30 +02:00
parent 0ae8826732
commit fd6bc82214
8 changed files with 98 additions and 2 deletions

View File

@@ -52,6 +52,13 @@
app:title="@string/share_links_on_your_local_instance"
app:summary="@string/share_links_on_your_local_instance_rather_than_the_original_creation_instance" />
<ListPreference
app:key="icon_preference"
app:title="Change App Icon"
app:entries="@array/icon_labels"
app:entryValues="@array/icon_values"
app:defaultValue="default_icon" />
<eu.toldi.infinityforlemmy.customviews.CustomFontPreferenceCategory app:title="@string/settings_miscellaneous_dangerous_group_title" />
<eu.toldi.infinityforlemmy.customviews.CustomFontPreference