Should fix #174. Added the ability to set the font size of the content of the article reader.

This commit is contained in:
Amine Bou
2018-01-27 12:27:55 +01:00
parent 279f229166
commit f1bb7ba9ad
13 changed files with 92 additions and 6 deletions

View File

@@ -5,6 +5,12 @@
android:icon="@drawable/ic_settings_black_24dp"
android:title="@string/pref_header_general"/>
<header
android:fragment="apps.amine.bou.readerforselfoss.settings.SettingsActivity$ArticleViewerPreferenceFragment"
android:icon="@drawable/ic_chrome_reader_mode_black_24"
android:title="@string/pref_header_viewer"/>
<header
android:fragment="apps.amine.bou.readerforselfoss.settings.SettingsActivity$DebugPreferenceFragment"
android:icon="@drawable/ic_bug_report"