laobie / StatusBarUtil

A util for setting status bar style on Android App.
http://t.cn/Rq746Kb
Apache License 2.0
8.81k stars 1.72k forks source link

Change the transparency of the status bar to using ImageView as the title view page #280

Open walterFeng opened 4 years ago

walterFeng commented 4 years ago

1.支持沉浸式状态栏下,动态设置状态栏颜色的透明度。 2.支持状态栏设置为白色时自动切换到lightmode。 3.兼容了lightmode从android M到KITKAT。 4.dome中增加LightModeActivity的演示,见img/change_status_bar_for_imageview.gif。