- Status bar clock in blue:
There are three xml-files involved here, I've never tried to sort out which is the one doing the trick ...
/res/layout/status_bar.xml
In line 16, defining status bar clock, add "android:textColor="#ff33b5e5"
/res/layout/tw_status_bar.xml
In line 21, defining status bar clock, add "android:textColor="#ff33b5e5"
/res/values/styles.xml
In line 17, change value of color to "android:textColor="#ff33b5e5"
- Other notifications in status bar:
You've to find out by yourself. I prefer them in white as this gives me a clear distinction between permanent indication (blue clock) and temporary notifications (white).
- Percentage of battery:
As I don't like the deceiving exactness of percentage at all I've never cared about it. Nevertheless, these are png-files in /res/drawable-hdpi. Just extract them from a respective mod and insert them into your SystemUI.apk.
Cheers
Toscha
|