diff options
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/xml/filter_preferences.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/xml/filter_preferences.xml b/app/src/main/res/xml/filter_preferences.xml index a0e2a991..f0e4fa62 100644 --- a/app/src/main/res/xml/filter_preferences.xml +++ b/app/src/main/res/xml/filter_preferences.xml @@ -1,6 +1,11 @@ <?xml version="1.0" encoding="utf-8"?> <PreferenceScreen xmlns:app="http://schemas.android.com/apk/res-auto"> + <Preference + app:icon="@drawable/ic_info_preference_24dp" + app:summary="@string/restart_app_see_changes" + app:enabled="false" /> + <PreferenceCategory app:title="@string/settings_subreddit_filter_category" /> |