niorgai / StatusBarCompat

Status Bar Utils ---- Change Status Bar Mode Simply
http://niorgai.github.io/2016/03/20/Android-transulcent-status-bar/
MIT License
2.16k stars 349 forks source link

No changeToLightStatusBar and cancelLightStatusBar methods when use (Before AndroidX) #46

Closed onecoders closed 5 years ago

onecoders commented 5 years ago

add library // Before AndroidX compile ('com.github.niorgai:StatusBarCompat:2.1.4', { exclude group: 'com.android.support' }) changeToLightStatusBar and cancelLightStatusBar methods not found in StatusBarCompat

niorgai commented 5 years ago

Right, it is new feature. Just copy from source code and it should work.