MaterialDesignLibrary icon indicating copy to clipboard operation
MaterialDesignLibrary copied to clipboard

Adding title/action bar to demo app

Open hoonkai opened this issue 10 years ago • 1 comments

I'm trying to add a title/action bar back into the demo app (for experimental purposes). I've tried removing requestWindowFeature(Window.FEATURE_NO_TITLE); from MainActivity, but it still won't show.

How is the bar being hidden anyway?

Thanks

hoonkai avatar Oct 11 '15 20:10 hoonkai

requestWindowFeature(Window.FEATURE_NO_TITLE) try before setcontentview

cq321 avatar Oct 16 '15 05:10 cq321