Working on an option to allow you to change the TouchWiz taskbar color

Search This thread

Blane

Member
Dec 7, 2007
21
1
Thanks! This is badly needed as its an eye sore. Now if I could only dump the Samsung email program and get back to the AOSP version Id be a happy guy running Touch Wiz.
 

DocRambone

Retired Recognized Developer
Jan 7, 2010
6,834
3,446
Stockholm
Some help: change colour of these pngs:

traybar_bg.9.png
traybar_handler_normal.png

in:

\system\app\SystemUI.apk\res\drawable-xlarge-mdpi\

Be careful tho, the traybar_bg9 is a .9.png

Lights out mode:

Code:
View v = findViewById(R.id.view_id);
v.setSystemUiVisibility(View.STATUS_BAR_HIDDEN);

But it may be to much for you ;)
 
Last edited:

5thElement

Senior Member
Jun 29, 2011
273
19
Some help: change colour of these pngs:

traybar_bg.9.png
traybar_handler_normal.png

in:

\system\app\SystemUI.apk\res\drawable-xlarge-mdpi\

Be careful tho, the traybar_bg9 is a .9.png

Lights out mode:

Code:
View v = findViewById(R.id.view_id);
v.setSystemUiVisibility(View.STATUS_BAR_HIDDEN);

But it may be to much for you ;)

Thank you, those are the lines of code I was looking for to have the taskbar change color state to black when watching a movie ect.
 

Stardate Tab 10.1

Senior Member
Aug 5, 2011
1,522
4,497
There will be no update from this troll. Read some of his other forums. He doesn't know what he is talking about. There are only a handful of devs who I would listen to when rooting. Doc being one of them. Make sure you know you can trust the source before moving files around.

Sent from xda premium app
 
  • Like
Reactions: Itaintrite

Top Liked Posts

  • There are no posts matching your filters.
  • 2
    Hello,

    I am working on an option to allow us to change the grey task bar color when ToucWiz is installed.
    1
    There will be no update from this troll. Read some of his other forums. He doesn't know what he is talking about. There are only a handful of devs who I would listen to when rooting. Doc being one of them. Make sure you know you can trust the source before moving files around.

    Sent from xda premium app