diff options
author | Yorke Lee <yorkelee@google.com> | 2013-09-06 13:46:34 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-09-06 13:46:34 -0700 |
commit | b53d2afa02962537512bd6641e51675ac995d5e1 (patch) | |
tree | bc4c70e2ddfe12d6f2e1760661e96bf8cc4289af /res | |
parent | d4b58fcc650253968de29007f8446e1a85b7d8fa (diff) | |
parent | 539393bcdd999b17ecef7d106543170ce3758342 (diff) |
am 539393bc: am cbb72d24: Merge "Add call shortcuts to phone number list adapters" into klp-dev
* commit '539393bcdd999b17ecef7d106543170ce3758342':
Add call shortcuts to phone number list adapters
Diffstat (limited to 'res')
-rw-r--r-- | res/drawable-hdpi/ic_add_person_dk.png | bin | 0 -> 1533 bytes | |||
-rw-r--r-- | res/drawable-hdpi/ic_phone_dk.png | bin | 0 -> 1467 bytes | |||
-rw-r--r-- | res/drawable-hdpi/list_item_avatar_bg.png | bin | 0 -> 614 bytes | |||
-rw-r--r-- | res/drawable-mdpi/ic_add_person_dk.png | bin | 0 -> 1084 bytes | |||
-rw-r--r-- | res/drawable-mdpi/ic_phone_dk.png | bin | 0 -> 1061 bytes | |||
-rw-r--r-- | res/drawable-mdpi/list_item_avatar_bg.png | bin | 0 -> 498 bytes | |||
-rw-r--r-- | res/drawable-xhdpi/ic_add_person_dk.png | bin | 0 -> 2017 bytes | |||
-rw-r--r-- | res/drawable-xhdpi/ic_phone_dk.png | bin | 0 -> 1919 bytes | |||
-rw-r--r-- | res/drawable-xhdpi/list_item_avatar_bg.png | bin | 0 -> 705 bytes | |||
-rw-r--r-- | res/values/strings.xml | 8 |
10 files changed, 8 insertions, 0 deletions
diff --git a/res/drawable-hdpi/ic_add_person_dk.png b/res/drawable-hdpi/ic_add_person_dk.png Binary files differnew file mode 100644 index 000000000..7096ed214 --- /dev/null +++ b/res/drawable-hdpi/ic_add_person_dk.png diff --git a/res/drawable-hdpi/ic_phone_dk.png b/res/drawable-hdpi/ic_phone_dk.png Binary files differnew file mode 100644 index 000000000..984d6fa11 --- /dev/null +++ b/res/drawable-hdpi/ic_phone_dk.png diff --git a/res/drawable-hdpi/list_item_avatar_bg.png b/res/drawable-hdpi/list_item_avatar_bg.png Binary files differnew file mode 100644 index 000000000..e6eb68e27 --- /dev/null +++ b/res/drawable-hdpi/list_item_avatar_bg.png diff --git a/res/drawable-mdpi/ic_add_person_dk.png b/res/drawable-mdpi/ic_add_person_dk.png Binary files differnew file mode 100644 index 000000000..0e0aed02c --- /dev/null +++ b/res/drawable-mdpi/ic_add_person_dk.png diff --git a/res/drawable-mdpi/ic_phone_dk.png b/res/drawable-mdpi/ic_phone_dk.png Binary files differnew file mode 100644 index 000000000..c55571a48 --- /dev/null +++ b/res/drawable-mdpi/ic_phone_dk.png diff --git a/res/drawable-mdpi/list_item_avatar_bg.png b/res/drawable-mdpi/list_item_avatar_bg.png Binary files differnew file mode 100644 index 000000000..1306cfc03 --- /dev/null +++ b/res/drawable-mdpi/list_item_avatar_bg.png diff --git a/res/drawable-xhdpi/ic_add_person_dk.png b/res/drawable-xhdpi/ic_add_person_dk.png Binary files differnew file mode 100644 index 000000000..5211f5c92 --- /dev/null +++ b/res/drawable-xhdpi/ic_add_person_dk.png diff --git a/res/drawable-xhdpi/ic_phone_dk.png b/res/drawable-xhdpi/ic_phone_dk.png Binary files differnew file mode 100644 index 000000000..74a7032f7 --- /dev/null +++ b/res/drawable-xhdpi/ic_phone_dk.png diff --git a/res/drawable-xhdpi/list_item_avatar_bg.png b/res/drawable-xhdpi/list_item_avatar_bg.png Binary files differnew file mode 100644 index 000000000..3f271a0f6 --- /dev/null +++ b/res/drawable-xhdpi/list_item_avatar_bg.png diff --git a/res/values/strings.xml b/res/values/strings.xml index 65746bb04..c6947dd12 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -612,4 +612,12 @@ <string name="favorite_hidden">Hidden from favorites</string> <!-- Text displayed for the undo button to undo removing a favorite contact --> <string name="favorite_hidden_undo">Undo</string> + + <!-- Shortcut item used to call a number directly from search --> + <string name="search_shortcut_call_number">Call + <xliff:g id="number">%s</xliff:g> + </string> + + <!-- Shortcut item used to add a number directly from search --> + <string name="search_shortcut_add_to_contacts">Add to contacts</string> </resources> |