diff options
author | Andrew Lee <anwlee@google.com> | 2014-12-03 21:52:06 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-12-03 21:52:06 +0000 |
commit | a32f6a7267a8ce461ed15cc3ace61572d4afe66c (patch) | |
tree | b9fd33bd5b62e1be17f987432e32d4dac7b67dcf /res | |
parent | 191b18d204b86afa7668ea1730cd40bebcbb59ff (diff) | |
parent | ac011d294974be9078b409d3bf33cfc414fa4355 (diff) |
am ac011d29: am 3e35e5d0: am d9dd7bab: Merge "Set content inset end to 0." into lmp-mr1-dev
* commit 'ac011d294974be9078b409d3bf33cfc414fa4355':
Set content inset end to 0.
Diffstat (limited to 'res')
-rw-r--r-- | res/values/styles.xml | 3 |
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 --> |