diff options
author | Alex Ning <chineseperson5@gmail.com> | 2020-06-17 01:38:36 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2020-06-17 01:38:36 +0000 |
commit | 72f176201ee4bdb2b7057f5b5443cf232debd0c2 (patch) | |
tree | c8bf03558277ef3f1a2a41a41da353cd85cc44eb /app/src/main/res/xml | |
parent | 66f4db6b4093beb02f00ed05a31de8880685d3f2 (diff) | |
download | infinity-for-reddit-72f176201ee4bdb2b7057f5b5443cf232debd0c2.tar infinity-for-reddit-72f176201ee4bdb2b7057f5b5443cf232debd0c2.tar.gz infinity-for-reddit-72f176201ee4bdb2b7057f5b5443cf232debd0c2.tar.bz2 infinity-for-reddit-72f176201ee4bdb2b7057f5b5443cf232debd0c2.tar.lz infinity-for-reddit-72f176201ee4bdb2b7057f5b5443cf232debd0c2.tar.xz infinity-for-reddit-72f176201ee4bdb2b7057f5b5443cf232debd0c2.tar.zst infinity-for-reddit-72f176201ee4bdb2b7057f5b5443cf232debd0c2.zip |
Add FontPreviewFragment. Add some fonts and delete some.
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r-- | app/src/main/res/xml/font_preferences.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/src/main/res/xml/font_preferences.xml b/app/src/main/res/xml/font_preferences.xml index 317894b0..83264ea0 100644 --- a/app/src/main/res/xml/font_preferences.xml +++ b/app/src/main/res/xml/font_preferences.xml @@ -2,6 +2,10 @@ <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"> + <Preference + app:title="@string/settings_preview_font_title" + app:fragment="ml.docilealligator.infinityforreddit.Settings.FontPreviewFragment" /> + <PreferenceCategory app:title="@string/settings_font_summary" /> |