How to apply android status bar Tint color ?
You must first enable translucency in your Activity - either by using or inheriting from one of the various
https://github.com/jgilfelt/SystemBarTint
You must first enable translucency in your Activity - either by using or inheriting from one of the various
*.TranslucentDecor themes, by setting the android:windowTranslucentNavigation or android:windowTranslucentStatus theme attributes to true or by applying the FLAG_TRANSLUCENT_NAVIGATIONor FLAG_TRANSLUCENT_STATUS flags to your Activity window in code.https://github.com/jgilfelt/SystemBarTint
No comments:
Post a Comment