MaterialDesignLibrary
                                
                                 MaterialDesignLibrary copied to clipboard
                                
                                    MaterialDesignLibrary copied to clipboard
                            
                            
                            
                        Adding title/action bar to demo app
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
requestWindowFeature(Window.FEATURE_NO_TITLE) try before setcontentview