Tobe added if "Status bar additions" is added
If this is commited: http://review.cyanogenmod.com/#change,4430 this has to eb also commited to mantain ldpi devices working Change-Id: I95c4d01c3ff7d1a1b931d66c58bb604b6acd5f80
This commit is contained in:
parent
b7fdf07005
commit
d669a33f51
@ -22,6 +22,16 @@
|
||||
<item name="android:textColor">@drawable/notification_header_text_color</item>
|
||||
</style>
|
||||
|
||||
<style name="TextAppearance.StatusBar.CarrierLabel" parent="@android:style/TextAppearance.Large">
|
||||
<item name="android:textColor">@color/carrier_label_text_color</item>
|
||||
</style>
|
||||
|
||||
<style name="StatusBar.ClearButton" parent="@android:style/Widget.Button">
|
||||
<item name="android:textColor">@color/clear_button_text_color</item>
|
||||
<item name="android:textSize">14sp</item>
|
||||
<item name="android:background">@android:drawable/btn_default_small</item>
|
||||
</style>
|
||||
|
||||
<style name="TextAppearance.StatusBar.IntruderAlert"
|
||||
parent="@android:style/TextAppearance.StatusBar">
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user