change android color where the logo is

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • oll3i
    Contributor
    • Mar 2007
    • 679

    change android color where the logo is

    I want to change the color of the upper stripe in android
    How do i do that?
  • Nepomuk
    Recognized Expert Specialist
    • Aug 2007
    • 3111

    #2
    You mean the notification bar? From within an app I don't think that's possible, at least not before KitKat. There is this project which can do something of the kind in KitKat (and probably later versions once they come out) but prior to that you'd probably have to modify the ROM and add that kind of functionality - which would then only work when the user has your ROM installed of course.

    Comment

    • rules engine
      New Member
      • Jun 2014
      • 15

      #3
      Get the notification bar programmaticall y and invoke setColor on it.

      Comment

      Working...