summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-12-03 20:44:21 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-12-03 20:44:21 +0000
commitac011d294974be9078b409d3bf33cfc414fa4355 (patch)
tree586d4fefed40d9be29708e86edaa386a9645a08e /res
parent148241019a0d3ecde22abcb1767a1be5c9e2caf6 (diff)
parent3e35e5d04aeffdd05fb1146400224f76b87c8616 (diff)
am 3e35e5d0: am d9dd7bab: Merge "Set content inset end to 0." into lmp-mr1-dev
* commit '3e35e5d04aeffdd05fb1146400224f76b87c8616': Set content inset end to 0.
Diffstat (limited to 'res')
-rw-r--r--res/values/styles.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index a0ba5c32a..92d1f4ad0 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -135,7 +135,8 @@
<item name="android:displayOptions"></item>
<item name="android:height">@dimen/action_bar_height_large</item>
<!-- Override ActionBar title offset to keep search box aligned left -->
- <item name="android:contentInsetStart">0px</item>
+ <item name="android:contentInsetStart">0dp</item>
+ <item name="android:contentInsetEnd">0dp</item>
</style>
<!-- Text in the action bar at the top of the screen -->