mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-10-05 21:39:50 +02:00
Add CustomThemeListingActivity.
This commit is contained in:
@@ -33,4 +33,13 @@
|
||||
app:icon="@drawable/ic_dark_theme_preference_24dp"
|
||||
app:title="@string/settings_customize_amoled_theme_title" />
|
||||
|
||||
<Preference
|
||||
app:key="select_and_customize_theme"
|
||||
app:icon="@drawable/ic_edit_24dp"
|
||||
app:title="@string/settings_select_and_customize_theme_title" />
|
||||
|
||||
<Preference
|
||||
app:summary="@string/settings_custom_theme_cannot_apply_to_settings_page_title"
|
||||
app:enabled="false" />
|
||||
|
||||
</PreferenceScreen>
|
Reference in New Issue
Block a user