summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorBrian Attwell <brianattwell@google.com>2014-07-30 15:57:59 -0700
committerBrian Attwell <brianattwell@google.com>2014-07-30 15:57:59 -0700
commit68b14ca7f1ac64137d4f4b06d294bb78d51d54cf (patch)
tree6bc18c43fbbc7a6185278e1601d6f661b9b40fc6 /res/values
parent723e2f667d8a306d48e2948d006527c718083111 (diff)
downloadandroid_packages_apps_Contacts-68b14ca7f1ac64137d4f4b06d294bb78d51d54cf.tar.gz
android_packages_apps_Contacts-68b14ca7f1ac64137d4f4b06d294bb78d51d54cf.tar.bz2
android_packages_apps_Contacts-68b14ca7f1ac64137d4f4b06d294bb78d51d54cf.zip
Remove contentInsetStart from edit activity
Bug: 16683381 Change-Id: I22b856ca62d8e2acf062c7d00bdb27e60b6e7ab5
Diffstat (limited to 'res/values')
-rw-r--r--res/values/styles.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 815b5b0a9..37d0c9442 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -28,6 +28,7 @@
<style name="EditorActivityTheme" parent="@style/PeopleTheme">
<item name="android:listViewStyle">@style/ListViewStyle</item>
+ <item name="android:actionBarStyle">@style/EditorActionBarStyle</item>
</style>
<style name="Theme">
@@ -109,6 +110,11 @@
<item name="android:icon">@android:color/transparent</item>
</style>
+ <style name="EditorActionBarStyle" parent="@style/ContactsActionBarStyle">
+ <!-- Do not use a contentInsetStart, since we are setting a custom ActionBar view -->
+ <item name="android:contentInsetStart">0dp</item>
+ </style>
+
<!-- When this style was added, android:toolbarStyle was private. Therefore, this style
must be directly applied to every toolbar -->
<style name="ContactsToolbarStyle" parent="@android:style/Widget.Toolbar">