add a dog-ear-like icon at the above right corner of bookmarked page

And tap the above right corner will toggle the bookmark on this page on/off.
This commit is contained in:
chrox
2013-02-24 19:49:23 +08:00
parent 781821b883
commit 3dfa9aa51d
5 changed files with 86 additions and 42 deletions

View File

@@ -22,7 +22,7 @@ function ReaderMenu:initGesListener()
ges = "tap",
range = Geom:new{
x = 0, y = 0,
w = Screen:getWidth(),
w = Screen:getWidth()*7/8,
h = Screen:getHeight()/4,
}
}