diff options
author | Andrew Lee <anwlee@google.com> | 2014-12-03 19:49:56 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-12-03 19:49:56 +0000 |
commit | 3e35e5d04aeffdd05fb1146400224f76b87c8616 (patch) | |
tree | b9fd33bd5b62e1be17f987432e32d4dac7b67dcf | |
parent | 34c4a427e03ecdfb64233d6fcfba29f15eeaf556 (diff) | |
parent | d9dd7baba43827584697d313606768240724e8c5 (diff) |
am d9dd7bab: Merge "Set content inset end to 0." into lmp-mr1-dev
* commit 'd9dd7baba43827584697d313606768240724e8c5':
Set content inset end to 0.
-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 --> |