Open jagdishuc opened 10 years ago
Call NappDrawerModule.createDrawer() with the following args: fullscreen: true, navBarHidden: true,
On Tue, Dec 17, 2013 at 8:02 AM, jagdishuc notifications@github.com wrote:
When using this module in Android, the module creates a single window and then changes views that are specified in the leftWindow,rightWindow an centreWindow attributes right?
I would like to know if there is a way to access the mainWindow being used to encompass this views.. as i want to remove the titlebar of the window..
Anyone know how?
— Reply to this email directly or view it on GitHubhttps://github.com/viezel/NappDrawer/issues/30 .
Will try it..
But is there a way to access the activity of this window instead? so i can add an actionbar?
@jagdishuc, see the bottom of issue #10 for how to access the activity and actionbar :)
When using this module in Android, the module creates a single window and then changes views that are specified in the leftWindow,rightWindow an centreWindow attributes right?
I would like to know if there is a way to access the mainWindow being used to encompass this views.. as i want to remove the titlebar of the window..
Anyone know how?
(referring to the nAppDrawer titlebar)