]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - res/values/styles.xml
Many fixes/hack to get a compilable version.
[Dictionary.git] / res / values / styles.xml
index bce60d946f2dd8e9da735d400c1135c1bb7bc947..0152f2cdb6386544ad18bb260edfb92c8a6ab3a3 100644 (file)
@@ -1,18 +1,10 @@
 <resources>
 
-    <style name="MyActionButtonStyle" parent="Widget.Sherlock.ActionButton">
-        <item name="android:minWidth">28dip</item>
-        <!--
-        <item name="android:paddingLeft">0dip</item>
-        <item name="android:paddingRight">0dip</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">
+    <style name="AppBaseThemeLight" parent="@style/Theme.AppCompat.Light">
 
         <!--
             Theme customizations available in newer API levels can go in
       <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">
+    <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
@@ -44,7 +35,6 @@
       <item name="searchViewSearchIcon">@android:color/transparent</item>
       <item name="searchViewCloseIcon">@android:color/transparent</item>
         -->
-        <item name="actionButtonStyle">@style/MyActionButtonStyle</item>
     </style>
 
     <!-- Dark theme -->