am de125461: Merge "Workaround for non-zeroable ContentInsetStart" into lmp-preview-dev

* commit 'de1254614544a0793edff06af813c40477eef357':
  Workaround for non-zeroable ContentInsetStart
diff --git a/res/values/styles.xml b/res/values/styles.xml
index f3f41f5..99d9329 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -121,7 +121,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">