author | Da Risk <da_risk@beem-project.com> |
Sun, 15 Mar 2015 18:03:03 +0100 | |
changeset 1044 | 197a85a35cba |
parent 986 | res/values/styles.xml@2c85a0f62ab0 |
permissions | -rw-r--r-- |
469 | 1 |
<?xml version="1.0" encoding="utf-8"?> |
986
2c85a0f62ab0
Rework the account wizard using fragments.
Da Risk <da_risk@beem-project.com>
parents:
982
diff
changeset
|
2 |
<resources xmlns:android="http://schemas.android.com/apk/res/android"> |
469 | 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> |
|
986
2c85a0f62ab0
Rework the account wizard using fragments.
Da Risk <da_risk@beem-project.com>
parents:
982
diff
changeset
|
8 |
<item name="android:inputType">textNoSuggestions</item> |
469 | 9 |
</style> |
10 |
<style name="CheckBoxLabel" parent="@style/Label"> |
|
11 |
<item name="android:enabled">true</item> |
|
12 |
</style> |
|
13 |
<style name="Theme.BEEM.Default" parent="@android:style/Theme"> |
|
884 | 14 |
<!-- <item name="android:windowBackground">@drawable/background</item>--> |
469 | 15 |
</style> |
16 |
|
|
17 |
||
18 |
<!-- Old PC style --> |
|
19 |
||
20 |
<style name="OldTheme"> |
|
21 |
<item name="android:textViewStyle" >@style/OldThemeTextView</item> |
|
22 |
</style> |
|
23 |
<style name="OldThemeTextView" parent="@android:style/Widget.TextView"> |
|
24 |
<item name="android:textColor">#ff009900</item> |
|
25 |
<item name="android:background">@color/black</item> |
|
26 |
</style> |
|
27 |
|
|
982
7067aa267917
Replace our custom Tabs gallery with the standard PagerTabStrip from ACL
Da Risk <da_risk@beem-project.com>
parents:
981
diff
changeset
|
28 |
<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
|
29 |
<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
|
30 |
<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
|
31 |
</style> |
7067aa267917
Replace our custom Tabs gallery with the standard PagerTabStrip from ACL
Da Risk <da_risk@beem-project.com>
parents:
981
diff
changeset
|
32 |
|
469 | 33 |
|
34 |
<!-- Other style --> |
|
35 |
||
36 |
</resources> |