diff options
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> |