]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - res/values-v11/styles.xml
Many fixes/hack to get a compilable version.
[Dictionary.git] / res / values-v11 / styles.xml
index 5b00ba21ff125eef6dc2838a482370af022f6d52..dae0c37e5f610e5e4e805c82c085798991c87ea4 100644 (file)
@@ -1,23 +1,19 @@
 <resources>
     
-    <style name="AppBaseThemeLight" parent="Theme.Sherlock.Light">
+    <style name="AppBaseThemeLight" parent="@style/Theme.AppCompat.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">
+    <style name="AppBaseThemeDark" parent="@style/Theme.AppCompat">
         <!--
             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">