Workaround for non-zeroable ContentInsetStart

ActionBars aren't as configurable as Toolbars with regards to
their contentinsets - until this is changed, use the smallest
possible ContentInsetStart to minimize the margin in the actionbar

Bug: 15446432
Change-Id: I4e242137c2ebeb7a39801401eec95cbcbd0c1851
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 5b56dbe..3213956 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -123,7 +123,7 @@
         <item name="android:height">@dimen/action_bar_height</item>
         <!-- Empty icon -->
         <item name="android:icon">@android:color/transparent</item>
-        <item name="android:contentInsetStart">@dimen/search_margin_horizontal</item>
+        <item name="android:contentInsetStart">1px</item>
     </style>
 
     <style name="DialtactsActionBarWithoutTitleStyle" parent="DialtactsActionBarStyle">