diff options
author | Daniel Lehmann <lehmannd@google.com> | 2010-10-07 16:41:43 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2010-10-07 16:41:43 -0700 |
commit | e7942499cd64b0b30afda1be2f6e541e15f54f1f (patch) | |
tree | 23fa34f9ceb82806bdf48643a47a2cc240dfd1ac /res | |
parent | 4333b9daa16c505006f6fb877fe7f87f114f9075 (diff) | |
parent | 55ef8688594be482f03e09ed023c76ecb32abc09 (diff) | |
download | packages_apps_Contacts-e7942499cd64b0b30afda1be2f6e541e15f54f1f.tar.gz packages_apps_Contacts-e7942499cd64b0b30afda1be2f6e541e15f54f1f.tar.bz2 packages_apps_Contacts-e7942499cd64b0b30afda1be2f6e541e15f54f1f.zip |
Merge "Reskin the label-button and use a PopupWindow instead of a Dialog"
Diffstat (limited to 'res')
-rw-r--r-- | res/drawable-mdpi/temp_type_selector_background.9.png | bin | 0 -> 311 bytes | |||
-rw-r--r-- | res/values/dimens.xml | 3 | ||||
-rw-r--r-- | res/values/strings.xml | 3 |
3 files changed, 3 insertions, 3 deletions
diff --git a/res/drawable-mdpi/temp_type_selector_background.9.png b/res/drawable-mdpi/temp_type_selector_background.9.png Binary files differnew file mode 100644 index 000000000..7f4f3fe3c --- /dev/null +++ b/res/drawable-mdpi/temp_type_selector_background.9.png diff --git a/res/values/dimens.xml b/res/values/dimens.xml index 8b1a64c88..84fd21f8f 100644 --- a/res/values/dimens.xml +++ b/res/values/dimens.xml @@ -41,4 +41,7 @@ <dimen name="editor_round_button_padding_right">5dip</dimen> <dimen name="editor_round_button_padding_top">10dip</dimen> <dimen name="editor_round_button_padding_bottom">10dip</dimen> + + <!-- Width of the Type-Label in the Editor --> + <dimen name="editor_type_label_width">150dip</dimen> </resources> diff --git a/res/values/strings.xml b/res/values/strings.xml index 7653704cb..c030cf0cb 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -225,9 +225,6 @@ list that allows the user to create a new contact, which this string is used for --> <string name="pickerNewContactHeader">Create new contact</string> - <!-- Dialog title when you select a label when creating or edit a contact --> - <string name="selectLabel">Select label</string> - <!-- Header that expands to list all of the types of phone numbers when editing or creating a phone number for a contact --> <string name="phoneLabelsGroup">Phone</string> |