author | Da Risk <da_risk@beem-project.com> |
Tue, 24 Jul 2012 18:22:08 +0200 | |
changeset 982 | 7067aa267917 |
parent 981 | e1b1c8ad710a |
child 986 | 2c85a0f62ab0 |
permissions | -rw-r--r-- |
469 | 1 |
<?xml version="1.0" encoding="utf-8"?> |
2 |
<resources> |
|
3 |
<style name="Label"> |
|
981
e1b1c8ad710a
Use the theme text appearance for most labels.
Da Risk <da_risk@beem-project.com>
parents:
952
diff
changeset
|
4 |
<item name="android:textAppearance">?android:attr/textAppearanceMedium</item> |
469 | 5 |
<item name="android:textStyle">bold</item> |
6 |
<item name="android:capitalize">characters</item> |
|
7 |
<item name="android:focusable">false</item> |
|
8 |
</style> |
|
9 |
<style name="CheckBoxLabel" parent="@style/Label"> |
|
10 |
<item name="android:enabled">true</item> |
|
11 |
</style> |
|
12 |
<style name="Theme.BEEM.Default" parent="@android:style/Theme"> |
|
884 | 13 |
<!-- <item name="android:windowBackground">@drawable/background</item>--> |
469 | 14 |
</style> |
15 |
|
|
16 |
||
17 |
<!-- Old PC style --> |
|
18 |
||
19 |
<style name="OldTheme"> |
|
20 |
<item name="android:textViewStyle" >@style/OldThemeTextView</item> |
|
21 |
</style> |
|
22 |
<style name="OldThemeTextView" parent="@android:style/Widget.TextView"> |
|
23 |
<item name="android:textColor">#ff009900</item> |
|
24 |
<item name="android:background">@color/black</item> |
|
25 |
</style> |
|
26 |
|
|
982
7067aa267917
Replace our custom Tabs gallery with the standard PagerTabStrip from ACL
Da Risk <da_risk@beem-project.com>
parents:
981
diff
changeset
|
27 |
<style name="TitleStripTextAppearance" parent="@android:style/TextAppearance"> |
7067aa267917
Replace our custom Tabs gallery with the standard PagerTabStrip from ACL
Da Risk <da_risk@beem-project.com>
parents:
981
diff
changeset
|
28 |
<item name="android:textSize">18sp</item> |
7067aa267917
Replace our custom Tabs gallery with the standard PagerTabStrip from ACL
Da Risk <da_risk@beem-project.com>
parents:
981
diff
changeset
|
29 |
<item name="android:textStyle">bold</item> |
7067aa267917
Replace our custom Tabs gallery with the standard PagerTabStrip from ACL
Da Risk <da_risk@beem-project.com>
parents:
981
diff
changeset
|
30 |
</style> |
7067aa267917
Replace our custom Tabs gallery with the standard PagerTabStrip from ACL
Da Risk <da_risk@beem-project.com>
parents:
981
diff
changeset
|
31 |
|
469 | 32 |
|
33 |
<!-- Other style --> |
|
34 |
||
35 |
</resources> |