]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - res/values/styles.xml
Added flags.
[Dictionary.git] / res / values / styles.xml
index 7ca597fd680d6e455114aa53f9bbcd7b855f098a..afcc3b132bf463c618a7adbf288c812ede209e83 100644 (file)
@@ -1,5 +1,76 @@
-<?xml version="1.0" encoding="utf-8"?>
 <resources>
+    
+    <style name="MyActionButtonStyle" parent="Widget.Sherlock.ActionButton">
+        <item name="android:minWidth">28dip</item>
+    </style>
+
+    <!--
+        Base application theme, dependent on API level. This theme is replaced
+        by AppBaseTheme from res/values-vXX/styles.xml on newer devices.
+    -->
+    <style name="AppBaseThemeLight" parent="Theme.Sherlock.Light">
+        <!--
+            Theme customizations available in newer API levels can go in
+            res/values-vXX/styles.xml, while customizations related to
+            backward-compatibility can go here.
+        -->
+        <!--
+            Make search icon magnifying glass disappear:
+            http://stackoverflow.com/questions/13604506/show-actionbarsherlock-searchview-always-expanded
+        -->
+        <!--
+      <item name="searchViewSearchIcon">@android:color/transparent</item>
+      <item name="searchViewCloseIcon">@android:color/transparent</item>
+      -->
+      <item name="actionButtonStyle">@style/MyActionButtonStyle</item>
+    </style>
+    
+    <style name="AppBaseThemeDark" parent="Theme.Sherlock">
+        <!--
+            Theme customizations available in newer API levels can go in
+            res/values-vXX/styles.xml, while customizations related to
+            backward-compatibility can go here.
+        -->
+        <!--
+            Make search icon magnifying glass disappear:
+            http://stackoverflow.com/questions/13604506/show-actionbarsherlock-searchview-always-expanded
+        -->
+      <!--
+      <item name="searchViewSearchIcon">@android:color/transparent</item>
+      <item name="searchViewCloseIcon">@android:color/transparent</item>
+      -->
+        <item name="actionButtonStyle">@style/MyActionButtonStyle</item>
+    </style>
+
+    <!-- Dark theme -->
+
+    <style name="Theme.Default" parent="AppBaseThemeDark"></style>
+
+    <style name="Theme.Default.TokenRow.Fg" parent="Theme.Default">
+        <!-- <item name="android:textColor">#FFFFFF</item> -->
+        <item name="android:textColorLink">#00AAFF</item>
+    </style>
+
+    <color name="theme_default_token_row_fg">#FFFFFF</color>
+    <color name="theme_default_token_row_main_bg">#222222</color>
+    <color name="theme_default_token_row_other_bg">#222222</color>
+    <color name="theme_default_other_lang_bg">#000000</color>
+
+    <!-- ****************************************************************** -->
+
+    <!-- Light theme -->
+
+    <style name="Theme.Light" parent="AppBaseThemeLight"></style>
+
+    <style name="Theme.Light.TokenRow.Fg" parent="Theme.Light">
+        <!-- <item name="android:textColor">#000000</item> -->
+        <item name="android:textColorLink">#0000FF</item>
+    </style>
+
+    <color name="theme_light_token_row_fg">#000000</color>
+    <color name="theme_light_token_row_main_bg">#EEEEEE</color>
+    <color name="theme_light_token_row_other_bg">#EEEEEE</color>
+    <color name="theme_light_other_lang_bg">#FFFFFF</color>
 
     <style name="BorderlessButton">
         <item name="android:background">@null</item>