add reading progress bar at the bottom of ReaderView for pdf/djvu reader

And there is also a toggle full screen option to turn on/off the progress bar.
This commit is contained in:
chrox
2013-02-24 02:25:57 +08:00
parent de65b8934f
commit c5b4d958bb
5 changed files with 134 additions and 12 deletions

View File

@@ -38,6 +38,15 @@ KoptOptions = {
{
icon = "resources/icons/appbar.column.two.large.png",
options = {
{
name = "full_screen",
name_text = "Full Screen",
toggle = {"on", "off"},
values = {1, 0},
default_value = 0,
event = "SetFullScreen",
args = {true, false},
},
{
name = "page_margin",
name_text = "Page Margin",