res/values/styles.xml
changeset 909 45ba9cc90c22
parent 907 d26b442143f9
--- a/res/values/styles.xml	Tue Oct 25 01:06:19 2011 +0200
+++ b/res/values/styles.xml	Tue Oct 25 01:12:20 2011 +0200
@@ -19,7 +19,6 @@
 		parent="@android:style/Theme">
 		<item name="android:windowBackground">@drawable/background</item>
 	</style>
-
 	<!-- Old PC style -->
 	<style name="OldTheme">
 		<item name="android:textViewStyle">@style/OldThemeTextView</item>
@@ -30,6 +29,14 @@
 		<item name="android:textColor">#ff009900</item>
 		<item name="android:background">@color/black</item>
 	</style>
-
-	<!-- Other style -->
+	<!-- Notification style -->
+	<style name="NotificationTitle">
+		<item name="android:textColor">?android:attr/textColorPrimary</item>
+		<item name="android:textStyle">bold</item>
+	</style>
+	<style name="NotificationText">
+		<item name="android:textColor">?android:attr/textColorPrimary</item>
+	</style>
+	<!-- If you want a slightly different color for some text, consider using 
+		?android:attr/textColorSecondary -->
 </resources>
\ No newline at end of file