Add option to always show the bottom bar in the article reader (#368)

This commit is contained in:
2021-10-26 20:16:38 +02:00
committed by GitHub
parent ae32cbfb6f
commit 1994fa2f7d
3 changed files with 23 additions and 1 deletions

View File

@ -41,6 +41,13 @@
android:summaryOff="@string/prefer_article_viewer_off"
android:summaryOn="@string/prefer_article_viewer_on"
android:title="@string/prefer_article_viewer_title" />
<SwitchPreference
android:defaultValue="false"
android:dependency="prefer_article_viewer"
android:key="reader_static_bar"
android:summaryOff="@string/reader_static_bar_off"
android:summaryOn="@string/reader_static_bar_on"
android:title="@string/reader_static_bar_title" />
<PreferenceCategory
android:title="@string/pref_general_category_displaying">