]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - res/values-v11/styles.xml
DictionaryManager can launch dictionaries again.
[Dictionary.git] / res / values-v11 / styles.xml
index 41bcbbd497796eb08a84e2fe3a07d1bfabe6df6c..5b00ba21ff125eef6dc2838a482370af022f6d52 100644 (file)
@@ -1,4 +1,24 @@
 <resources>
+    
+    <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.
+        -->
+      <item name="actionButtonStyle">@style/MyActionButtonStyle</item>
+      <item name="android: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.
+        -->
+        <item name="actionButtonStyle">@style/MyActionButtonStyle</item>
+        <item name="android:actionButtonStyle">@style/MyActionButtonStyle</item>
+    </style>
 
     <style name="BorderlessButton">
         <item name="android:background">?android:attr/selectableItemBackground</item>