summaryrefslogtreecommitdiff
path: root/res/values/styles.xml
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-06-05 12:56:58 -0700
committerYorke Lee <yorkelee@google.com>2014-06-05 12:56:58 -0700
commit1f9c57b4618983635767bd7c88cf49e6d4e746bc (patch)
treedc06299ee8e6737c6fa336cb48f73596142f1cdb /res/values/styles.xml
parent04fef7140a8bb48d7ba7e9172a8dc636d0a7a121 (diff)
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
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r--res/values/styles.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 5b56dbeb3..321395662 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">