]> gitweb.fperrin.net Git - Dictionary.git/blob - res/values/styles.xml
0152f2cdb6386544ad18bb260edfb92c8a6ab3a3
[Dictionary.git] / res / values / styles.xml
1 <resources>
2
3     <!--
4         Base application theme, dependent on API level. This theme is replaced
5         by AppBaseTheme from res/values-vXX/styles.xml on newer devices.
6     -->
7     <style name="AppBaseThemeLight" parent="@style/Theme.AppCompat.Light">
8
9         <!--
10             Theme customizations available in newer API levels can go in
11             res/values-vXX/styles.xml, while customizations related to
12             backward-compatibility can go here.
13         -->
14         <!--
15             Make search icon magnifying glass disappear:
16             http://stackoverflow.com/questions/13604506/show-actionbarsherlock-searchview-always-expanded
17         -->
18         <!--
19       <item name="searchViewSearchIcon">@android:color/transparent</item>
20       <item name="searchViewCloseIcon">@android:color/transparent</item>
21         -->
22     </style>
23
24     <style name="AppBaseThemeDark" parent="@style/Theme.AppCompat">
25         <!--
26             Theme customizations available in newer API levels can go in
27             res/values-vXX/styles.xml, while customizations related to
28             backward-compatibility can go here.
29         -->
30         <!--
31             Make search icon magnifying glass disappear:
32             http://stackoverflow.com/questions/13604506/show-actionbarsherlock-searchview-always-expanded
33         -->
34         <!--
35       <item name="searchViewSearchIcon">@android:color/transparent</item>
36       <item name="searchViewCloseIcon">@android:color/transparent</item>
37         -->
38     </style>
39
40     <!-- Dark theme -->
41
42     <style name="Theme.Default" parent="AppBaseThemeDark"></style>
43
44     <style name="Theme.Default.TokenRow.Fg" parent="Theme.Default">
45
46         <!-- <item name="android:textColor">#FFFFFF</item> -->
47         <item name="android:textColorLink">#00AAFF</item>
48     </style>
49
50     <color name="theme_default_token_row_fg">#FFFFFF</color>
51     <color name="theme_default_token_row_main_bg">#222222</color>
52     <color name="theme_default_token_row_other_bg">#222222</color>
53     <color name="theme_default_normal_row_bg">#000000</color>
54
55     <!-- ****************************************************************** -->
56
57
58     <!-- Light theme -->
59
60     <style name="Theme.Light" parent="AppBaseThemeLight"></style>
61
62     <style name="Theme.Light.TokenRow.Fg" parent="Theme.Light">
63
64         <!-- <item name="android:textColor">#000000</item> -->
65         <item name="android:textColorLink">#0000FF</item>
66     </style>
67
68     <color name="theme_light_token_row_fg">#000000</color>
69     <color name="theme_light_token_row_main_bg">#EEEEEE</color>
70     <color name="theme_light_token_row_other_bg">#EEEEEE</color>
71     <color name="theme_light_normal_row_bg">#FFFFFF</color>
72     <color name="gray">#777777</color>
73
74     <style name="BorderlessButton">
75         <item name="android:background">@null</item>
76         <item name="android:paddingLeft">4dip</item>
77         <item name="android:paddingRight">4dip</item>
78     </style>
79
80 </resources>