add screen rotate to readerconfig

This commit is contained in:
Qingping Hou
2013-02-02 17:02:36 +08:00
parent f02d8fa7b5
commit 2d9534e092
3 changed files with 23 additions and 8 deletions

View File

@@ -4,6 +4,19 @@ CreOptions = {
prefix = 'copt',
default_options = {
},
{
icon = "resources/icons/appbar.transform.rotate.right.large.png",
options = {
{
name="screen_mode",
name_text = "Screen Mode",
item_text = {"portrait", "landscape"},
args = {"portrait", "landscape"},
default_arg = nil,
event = "SetScreenViewMode",
}
}
},
{
icon = "resources/icons/appbar.column.two.large.png",
options = {