Conversation
enable user to set the translucent statusbar activity. only support KitKat
This reverts commit afeaf42.
|
There is a problem i can't fix. |
|
I'll have a look at these patches in the upcoming days, for the layout issue, you need to use setFitsSystemWindows on the main layout, usually the Activity's contentView. Alternatively, you'd need the calculate the height of the bars and set those as the padding to the contentView. |
|
Thank you! I'll try it! |
There was a problem hiding this comment.
Can you check what you're doing here? It seems you're repeating the same line for non KitKat devices.

enable user to customize translucent statusbar activity. only support KitKat