diff options
Diffstat (limited to '')
-rw-r--r-- | app/src/main/res/xml/theme_preferences.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/src/main/res/xml/theme_preferences.xml b/app/src/main/res/xml/theme_preferences.xml index f40ef592..a520fc49 100644 --- a/app/src/main/res/xml/theme_preferences.xml +++ b/app/src/main/res/xml/theme_preferences.xml @@ -42,7 +42,8 @@ app:title="@string/settings_manage_themes_title" /> <Preference - app:summary="@string/settings_custom_theme_cannot_apply_to_settings_page_title" + android:icon="@drawable/ic_info_preference_24dp" + app:summary="@string/settings_custom_theme_cannot_apply_to_settings_page_summary" app:enabled="false" /> </PreferenceScreen>
\ No newline at end of file |