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
diff --git a/overlay/ldpi/frameworks/base/packages/SystemUI/res/values/styles.xml b/overlay/ldpi/frameworks/base/packages/SystemUI/res/values/styles.xml
index d1b8e39..24169b9 100644
--- a/overlay/ldpi/frameworks/base/packages/SystemUI/res/values/styles.xml
+++ b/overlay/ldpi/frameworks/base/packages/SystemUI/res/values/styles.xml
@@ -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>