invert item when tapping on filemanager

This commit is contained in:
chrox
2013-12-26 06:18:38 +08:00
parent 01046fe478
commit 2f9e65871a

View File

@@ -40,6 +40,7 @@ function FileManager:init()
local file_chooser = FileChooser:new{
-- remeber to adjust the height when new item is added to the group
path = self.root_path,
show_parent = self.show_parent,
height = Screen:getHeight() - self.banner:getSize().h,
is_popout = false,
is_borderless = true,