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

@@ -165,4 +165,7 @@
<string name="settings_reader_font">Reader font</string>
<string name="open_sans_font_id" translatable="false">open_sans</string>
<string name="roboto_font_id" translatable="false">roboto</string>
<string name="reader_static_bar_title">Static bottom bar in the article viewer</string>
<string name="reader_static_bar_on">The bottom bar will always be displayed</string>
<string name="reader_static_bar_off">The bottom bar can be shown through the floating button</string>
</resources>