How do I use DrawerLayout to display over the ActionBar/Toolbar and under the status bar?

New functionality in the framework and support libs allow exactly this. There are three ‘pieces of the puzzle’: Using Toolbar so that you can embed your action bar into your view hierarchy. Making DrawerLayout fitsSystemWindows so that it is layed out behind the system bars. Disabling Theme.Material‘s normal status bar coloring so that DrawerLayout can … Read more

How to change Status Bar text color in iOS

Set the UIViewControllerBasedStatusBarAppearance to YES in the .plist file. In the viewDidLoad do a [self setNeedsStatusBarAppearanceUpdate]; Add the following method: – (UIStatusBarStyle)preferredStatusBarStyle { return UIStatusBarStyleLightContent; } Note: This does not work for controllers inside UINavigationController, please see Tyson’s comment below 🙂 Swift 3 – This will work controllers inside UINavigationController. Add this code inside your … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)