summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorBrian Attwell <brianattwell@google.com>2014-06-03 21:08:01 -0700
committerBrian Attwell <brianattwell@google.com>2014-06-11 14:35:31 -0700
commit5cc21eb9fd21c50ada1d94665560099025f9853d (patch)
tree53e11e657dcea34e0e276f485575d70a490978a8 /res/layout
parentdcb938f8e06e3855064f968e50150ba15ccab3d5 (diff)
downloadpackages_apps_Contacts-5cc21eb9fd21c50ada1d94665560099025f9853d.tar.gz
packages_apps_Contacts-5cc21eb9fd21c50ada1d94665560099025f9853d.tar.bz2
packages_apps_Contacts-5cc21eb9fd21c50ada1d94665560099025f9853d.zip
Quantized edit fragment
Switched edit fragment's view to use the PeopleTheme. After this, the default padding inside EditText changed. I set the padding back to Holo padding. Change-Id: Ic7ad33f4c0e6d75e6c173cc7c1689fb4651f959a
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/editor_custom_action_bar.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/editor_custom_action_bar.xml b/res/layout/editor_custom_action_bar.xml
index e8d928783..af7b738bc 100644
--- a/res/layout/editor_custom_action_bar.xml
+++ b/res/layout/editor_custom_action_bar.xml
@@ -54,7 +54,7 @@
android:layout_marginRight="20dip"
android:layout_marginEnd="20dip"
android:textAppearance="?android:attr/textAppearanceMedium"
- android:textColor="@color/people_app_theme_color"
+ android:textColor="@color/actionbar_text_color"
android:text="@string/menu_done"
style="@android:style/Widget.Holo.ActionBar.TabText" />