Quantcast
Channel: xda-developers - Galaxy S II Android Development
Viewing all articles
Browse latest Browse all 397

[how-to]change status bar clock color on latest samsung released rom

$
0
0
Hi , I had search every where how to change clock color on status bar in latest Samsung ROM ( JB ) but non-work
Coz its code is a bit different from other ROM. So here's how

Requirement :
SystemUI.apk
A bit knowledge about decompiling
Patience :p

First --->
Decompile your systemUI.apk, go res/layout/tw_status_bar.xml

Then --->
Search for this code
Code:

<com.android.systemui.statusbar.policy.Clock


Then --->
You will see
Code:

android:textColor="#fffefefe
behind it.
Now you may change whatever color you want by changing the code.

Here
http://html-color-codes.info/ it maybe useful for you to find the color code

Note : The last 6-digit IS the color code, whereby
the two in front it is transparency.
It count by
#FF****** ( Opaque )
#00****** (Transparent )

It is recommended not to change the first two digits except you know what you are doin :laugh:

Now --->
Recompile your apk , drag resources.arsc and tw_status_bar.xml from your newly build APK to your old SystemUI.apk

Finally --->
Push your SystemUI,apk to system/app of your phone and reboot.
DONE.



DO PRESS THE THANKS BUTTON IF I HELP YOU !!!! CHEERS :p

Viewing all articles
Browse latest Browse all 397

Trending Articles