summaryrefslogtreecommitdiff
path: root/res/values/styles.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values/styles.xml')
-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 -->