17 <style |
17 <style |
18 name="Theme.BEEM.Default" |
18 name="Theme.BEEM.Default" |
19 parent="@android:style/Theme"> |
19 parent="@android:style/Theme"> |
20 <item name="android:windowBackground">@drawable/background</item> |
20 <item name="android:windowBackground">@drawable/background</item> |
21 </style> |
21 </style> |
22 |
|
23 <!-- Old PC style --> |
22 <!-- Old PC style --> |
24 <style name="OldTheme"> |
23 <style name="OldTheme"> |
25 <item name="android:textViewStyle">@style/OldThemeTextView</item> |
24 <item name="android:textViewStyle">@style/OldThemeTextView</item> |
26 </style> |
25 </style> |
27 <style |
26 <style |
28 name="OldThemeTextView" |
27 name="OldThemeTextView" |
29 parent="@android:style/Widget.TextView"> |
28 parent="@android:style/Widget.TextView"> |
30 <item name="android:textColor">#ff009900</item> |
29 <item name="android:textColor">#ff009900</item> |
31 <item name="android:background">@color/black</item> |
30 <item name="android:background">@color/black</item> |
32 </style> |
31 </style> |
33 |
32 <!-- Notification style --> |
34 <!-- Other style --> |
33 <style name="NotificationTitle"> |
|
34 <item name="android:textColor">?android:attr/textColorPrimary</item> |
|
35 <item name="android:textStyle">bold</item> |
|
36 </style> |
|
37 <style name="NotificationText"> |
|
38 <item name="android:textColor">?android:attr/textColorPrimary</item> |
|
39 </style> |
|
40 <!-- If you want a slightly different color for some text, consider using |
|
41 ?android:attr/textColorSecondary --> |
35 </resources> |
42 </resources> |