]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - res/values/styles.xml
Added flags.
[Dictionary.git] / res / values / styles.xml
index c2c6e4be527d196b9725c12a3b8008996ba79e29..afcc3b132bf463c618a7adbf288c812ede209e83 100644 (file)
@@ -1,4 +1,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
             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">
             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 -->