Skip to content

Support class for pre-Lollipop versions of Android that changes the color of the status bar

License

Notifications You must be signed in to change notification settings

clevertrevor/ColorStatusBar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ColorStatusBar

Support class for pre-Lollipop versions of Android that changes the color of the status bar

Usage:

  1. Place the code from Background.xml into the top of your View.
  2. Call this line of code from your main Activity ColorStatusBar.setStatusBarColor(this, findViewById(R.id.statusBarBackground), getResources().getColor(android.R.color.white));

Credits: User "itzhar" from StackOverflow.com for the majority of the code from his answer http://stackoverflow.com/a/26215844/2337925

About

Support class for pre-Lollipop versions of Android that changes the color of the status bar

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages