viezel / NappDrawer

A side drawer navigation container view controller for Appcelerator Titanium.
MIT License
247 stars 128 forks source link

Accessing Window for Android #30

Open jagdishuc opened 10 years ago

jagdishuc commented 10 years ago

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)

image

bitfabrikken commented 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 .

jagdishuc commented 10 years ago

Will try it..

But is there a way to access the activity of this window instead? so i can add an actionbar?

IGx89 commented 10 years ago

@jagdishuc, see the bottom of issue #10 for how to access the activity and actionbar :)