diff options
author | Andrew Lee <anwlee@google.com> | 2014-12-03 19:02:49 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-12-03 19:02:49 +0000 |
commit | d9dd7baba43827584697d313606768240724e8c5 (patch) | |
tree | b9fd33bd5b62e1be17f987432e32d4dac7b67dcf /res | |
parent | df47edd9c77a0117c34dd73ef6ef4468dac221e8 (diff) | |
parent | 48da46043f978063dbd638d118ef482f8848df43 (diff) |
Merge "Set content inset end to 0." into lmp-mr1-dev
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 --> |