invert button on tap

This commit is contained in:
chrox
2014-05-01 18:37:12 +08:00
parent 659e5f6bdd
commit 877cff2933
9 changed files with 55 additions and 12 deletions

View File

@@ -355,11 +355,13 @@ function Menu:init()
icon = "resources/icons/appbar.chevron.left.png",
callback = function() self:onPrevPage() end,
bordersize = 0,
show_parent = self,
}
self.page_info_right_chev = Button:new{
icon = "resources/icons/appbar.chevron.right.png",
callback = function() self:onNextPage() end,
bordersize = 0,
show_parent = self,
}
self.page_info_left_chev:hide()
self.page_info_right_chev:hide()