[SOLVED][Q] change font colors at notification row

anbech

Senior Member
Jun 20, 2012
365
936
0
hi there :)

ive been searching alot just get this figured out, but must through the towel in the ring, and ask :p
the problem is that a cant seem too find the place that where the font color/style is loaded, at the notification row events in the expanded status bar.. ive looked at tw_status_bar_expanded.xml, status_bar_latest_event_content.xml and colors.xml, but cant seem to find it.. if anyone is able to help me out, i would be really gratefull..

thx in advance.. :)

screenshot attached, for better showing what im talking about..

EDIT: nevermind, think ive found it myself, in the styles.xml at framework-res.apk...
<style name="TextAppearance.DeviceDefault.StatusBar.EventContent" parent="@style/TextAppearance.StatusBar.EventContent">
<item name="textSize">15.0dip</item>
<item name="textColor">#ff9b9b9b</item>
</style>
<style name="TextAppearance.DeviceDefault.StatusBar.EventContent.Title" parent="@style/TextAppearance.StatusBar.EventContent.Title">
<item name="textSize">20.0dip</item>
<item name="textStyle">normal</item>
<item name="textColor">#ffe6e6e6</item>
</style>
<style name="TextAppearance.DeviceDefault.StatusBar.EventContent.Time" parent="@style/TextAppearance.StatusBar.EventContent.Time">
<item name="textSize">15.0dip</item>
<item name="textStyle">normal</item>
<item name="textColor">#ff9b9b9b</item>
</style>
havent tested it yet, but will try it later, and update this thread :)

EDIT2: yes, that did the trick, works now :)
 

Attachments

Last edited: