summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-12-02 16:10:08 -0800
committerAndrew Lee <anwlee@google.com>2014-12-02 16:10:08 -0800
commit48da46043f978063dbd638d118ef482f8848df43 (patch)
tree9137407bef941c79004fcc692f8aa35e2ea1452a /res
parent5dee1ce62f9349102d426e7b8285682e22a37152 (diff)
downloadandroid_packages_apps_Dialer-48da46043f978063dbd638d118ef482f8848df43.tar.gz
android_packages_apps_Dialer-48da46043f978063dbd638d118ef482f8848df43.tar.bz2
android_packages_apps_Dialer-48da46043f978063dbd638d118ef482f8848df43.zip
Set content inset end to 0.
Bug: 18593764 Change-Id: Ie1b29ae2515a7a9e2c9e8727c7e7a1ec1f6604e2
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 -->