From a1b886a7892df11db9a1851f2c0f38d22c1a1787 Mon Sep 17 00:00:00 2001 From: Chiao Cheng Date: Wed, 5 Dec 2012 12:09:05 -0800 Subject: Major resource move and clean-up. Moving resources from Contacts to ContactsCommon and Dialer as necessary to remove dialer dependencies on contacts app. Bug: 6993891 Change-Id: Ieb3a31c1f4f8294b17c1829bb56313ab1f3cafe7 --- res/drawable-hdpi/ic_ab_history_holo_dark.png | Bin 0 -> 1888 bytes res/drawable-hdpi/ic_dial_action_search.png | Bin 0 -> 1691 bytes res/drawable-hdpi/ic_menu_overflow.png | Bin 0 -> 526 bytes res/drawable-hdpi/ic_minus_disabled_holo_dark.png | Bin 0 -> 407 bytes res/drawable-hdpi/ic_minus_holo_dark.png | Bin 0 -> 391 bytes res/drawable-hdpi/ic_plus_disabled_holo_dark.png | Bin 0 -> 736 bytes res/drawable-hdpi/ic_plus_holo_dark.png | Bin 0 -> 685 bytes res/drawable-hdpi/ic_trash_holo_dark.png | Bin 0 -> 1373 bytes .../list_selector_disabled_holo_dark.9.png | Bin 0 -> 189 bytes res/drawable-mdpi/ic_ab_history_holo_dark.png | Bin 0 -> 1173 bytes res/drawable-mdpi/ic_dial_action_search.png | Bin 0 -> 1140 bytes res/drawable-mdpi/ic_menu_overflow.png | Bin 0 -> 445 bytes res/drawable-mdpi/ic_minus_disabled_holo_dark.png | Bin 0 -> 391 bytes res/drawable-mdpi/ic_minus_holo_dark.png | Bin 0 -> 366 bytes res/drawable-mdpi/ic_plus_disabled_holo_dark.png | Bin 0 -> 624 bytes res/drawable-mdpi/ic_plus_holo_dark.png | Bin 0 -> 572 bytes res/drawable-mdpi/ic_trash_holo_dark.png | Bin 0 -> 973 bytes .../list_selector_disabled_holo_dark.9.png | Bin 0 -> 172 bytes res/drawable-xhdpi/ic_ab_history_holo_dark.png | Bin 0 -> 2757 bytes res/drawable-xhdpi/ic_dial_action_search.png | Bin 0 -> 2461 bytes res/drawable-xhdpi/ic_menu_overflow.png | Bin 0 -> 554 bytes res/drawable-xhdpi/ic_minus_disabled_holo_dark.png | Bin 0 -> 421 bytes res/drawable-xhdpi/ic_minus_holo_dark.png | Bin 0 -> 438 bytes res/drawable-xhdpi/ic_plus_disabled_holo_dark.png | Bin 0 -> 756 bytes res/drawable-xhdpi/ic_plus_holo_dark.png | Bin 0 -> 761 bytes res/drawable-xhdpi/ic_trash_holo_dark.png | Bin 0 -> 1763 bytes .../list_selector_disabled_holo_dark.9.png | Bin 0 -> 190 bytes res/drawable/ic_minus.xml | 20 ++ res/drawable/ic_plus.xml | 20 ++ res/drawable/ic_tab_recent.xml | 21 ++ .../account_filter_header_for_phone_favorite.xml | 36 +++ res/layout/empty2.xml | 29 ++ res/layout/phone_contact_tile_list.xml | 47 +++ res/layout/phone_loading_contacts.xml | 40 +++ res/menu/phone_favorite_options.xml | 28 ++ res/values-land/styles.xml | 22 ++ res/values/colors.xml | 17 ++ res/values/dimens.xml | 1 + res/values/strings.xml | 337 +++++++++++++++++++++ res/values/styles.xml | 3 + 40 files changed, 621 insertions(+) create mode 100644 res/drawable-hdpi/ic_ab_history_holo_dark.png create mode 100644 res/drawable-hdpi/ic_dial_action_search.png create mode 100644 res/drawable-hdpi/ic_menu_overflow.png create mode 100644 res/drawable-hdpi/ic_minus_disabled_holo_dark.png create mode 100644 res/drawable-hdpi/ic_minus_holo_dark.png create mode 100644 res/drawable-hdpi/ic_plus_disabled_holo_dark.png create mode 100644 res/drawable-hdpi/ic_plus_holo_dark.png create mode 100644 res/drawable-hdpi/ic_trash_holo_dark.png create mode 100644 res/drawable-hdpi/list_selector_disabled_holo_dark.9.png create mode 100644 res/drawable-mdpi/ic_ab_history_holo_dark.png create mode 100644 res/drawable-mdpi/ic_dial_action_search.png create mode 100644 res/drawable-mdpi/ic_menu_overflow.png create mode 100644 res/drawable-mdpi/ic_minus_disabled_holo_dark.png create mode 100644 res/drawable-mdpi/ic_minus_holo_dark.png create mode 100644 res/drawable-mdpi/ic_plus_disabled_holo_dark.png create mode 100644 res/drawable-mdpi/ic_plus_holo_dark.png create mode 100644 res/drawable-mdpi/ic_trash_holo_dark.png create mode 100644 res/drawable-mdpi/list_selector_disabled_holo_dark.9.png create mode 100644 res/drawable-xhdpi/ic_ab_history_holo_dark.png create mode 100644 res/drawable-xhdpi/ic_dial_action_search.png create mode 100644 res/drawable-xhdpi/ic_menu_overflow.png create mode 100644 res/drawable-xhdpi/ic_minus_disabled_holo_dark.png create mode 100644 res/drawable-xhdpi/ic_minus_holo_dark.png create mode 100644 res/drawable-xhdpi/ic_plus_disabled_holo_dark.png create mode 100644 res/drawable-xhdpi/ic_plus_holo_dark.png create mode 100644 res/drawable-xhdpi/ic_trash_holo_dark.png create mode 100644 res/drawable-xhdpi/list_selector_disabled_holo_dark.9.png create mode 100644 res/drawable/ic_minus.xml create mode 100644 res/drawable/ic_plus.xml create mode 100644 res/drawable/ic_tab_recent.xml create mode 100644 res/layout/account_filter_header_for_phone_favorite.xml create mode 100644 res/layout/empty2.xml create mode 100644 res/layout/phone_contact_tile_list.xml create mode 100644 res/layout/phone_loading_contacts.xml create mode 100644 res/menu/phone_favorite_options.xml create mode 100644 res/values-land/styles.xml diff --git a/res/drawable-hdpi/ic_ab_history_holo_dark.png b/res/drawable-hdpi/ic_ab_history_holo_dark.png new file mode 100644 index 000000000..1edab8db0 Binary files /dev/null and b/res/drawable-hdpi/ic_ab_history_holo_dark.png differ diff --git a/res/drawable-hdpi/ic_dial_action_search.png b/res/drawable-hdpi/ic_dial_action_search.png new file mode 100644 index 000000000..898ce1110 Binary files /dev/null and b/res/drawable-hdpi/ic_dial_action_search.png differ diff --git a/res/drawable-hdpi/ic_menu_overflow.png b/res/drawable-hdpi/ic_menu_overflow.png new file mode 100644 index 000000000..a12aedfaf Binary files /dev/null and b/res/drawable-hdpi/ic_menu_overflow.png differ diff --git a/res/drawable-hdpi/ic_minus_disabled_holo_dark.png b/res/drawable-hdpi/ic_minus_disabled_holo_dark.png new file mode 100644 index 000000000..c2ad8dc37 Binary files /dev/null and b/res/drawable-hdpi/ic_minus_disabled_holo_dark.png differ diff --git a/res/drawable-hdpi/ic_minus_holo_dark.png b/res/drawable-hdpi/ic_minus_holo_dark.png new file mode 100644 index 000000000..f228047a5 Binary files /dev/null and b/res/drawable-hdpi/ic_minus_holo_dark.png differ diff --git a/res/drawable-hdpi/ic_plus_disabled_holo_dark.png b/res/drawable-hdpi/ic_plus_disabled_holo_dark.png new file mode 100644 index 000000000..723e362e7 Binary files /dev/null and b/res/drawable-hdpi/ic_plus_disabled_holo_dark.png differ diff --git a/res/drawable-hdpi/ic_plus_holo_dark.png b/res/drawable-hdpi/ic_plus_holo_dark.png new file mode 100644 index 000000000..d7b28042a Binary files /dev/null and b/res/drawable-hdpi/ic_plus_holo_dark.png differ diff --git a/res/drawable-hdpi/ic_trash_holo_dark.png b/res/drawable-hdpi/ic_trash_holo_dark.png new file mode 100644 index 000000000..ec925f1de Binary files /dev/null and b/res/drawable-hdpi/ic_trash_holo_dark.png differ diff --git a/res/drawable-hdpi/list_selector_disabled_holo_dark.9.png b/res/drawable-hdpi/list_selector_disabled_holo_dark.9.png new file mode 100644 index 000000000..f6fd30dcd Binary files /dev/null and b/res/drawable-hdpi/list_selector_disabled_holo_dark.9.png differ diff --git a/res/drawable-mdpi/ic_ab_history_holo_dark.png b/res/drawable-mdpi/ic_ab_history_holo_dark.png new file mode 100644 index 000000000..85bf5f38c Binary files /dev/null and b/res/drawable-mdpi/ic_ab_history_holo_dark.png differ diff --git a/res/drawable-mdpi/ic_dial_action_search.png b/res/drawable-mdpi/ic_dial_action_search.png new file mode 100644 index 000000000..88cba92d9 Binary files /dev/null and b/res/drawable-mdpi/ic_dial_action_search.png differ diff --git a/res/drawable-mdpi/ic_menu_overflow.png b/res/drawable-mdpi/ic_menu_overflow.png new file mode 100644 index 000000000..4a3bde3b1 Binary files /dev/null and b/res/drawable-mdpi/ic_menu_overflow.png differ diff --git a/res/drawable-mdpi/ic_minus_disabled_holo_dark.png b/res/drawable-mdpi/ic_minus_disabled_holo_dark.png new file mode 100644 index 000000000..fb0103c94 Binary files /dev/null and b/res/drawable-mdpi/ic_minus_disabled_holo_dark.png differ diff --git a/res/drawable-mdpi/ic_minus_holo_dark.png b/res/drawable-mdpi/ic_minus_holo_dark.png new file mode 100644 index 000000000..a02099170 Binary files /dev/null and b/res/drawable-mdpi/ic_minus_holo_dark.png differ diff --git a/res/drawable-mdpi/ic_plus_disabled_holo_dark.png b/res/drawable-mdpi/ic_plus_disabled_holo_dark.png new file mode 100644 index 000000000..70c9a3d9d Binary files /dev/null and b/res/drawable-mdpi/ic_plus_disabled_holo_dark.png differ diff --git a/res/drawable-mdpi/ic_plus_holo_dark.png b/res/drawable-mdpi/ic_plus_holo_dark.png new file mode 100644 index 000000000..4f6397cb2 Binary files /dev/null and b/res/drawable-mdpi/ic_plus_holo_dark.png differ diff --git a/res/drawable-mdpi/ic_trash_holo_dark.png b/res/drawable-mdpi/ic_trash_holo_dark.png new file mode 100644 index 000000000..291fc66f3 Binary files /dev/null and b/res/drawable-mdpi/ic_trash_holo_dark.png differ diff --git a/res/drawable-mdpi/list_selector_disabled_holo_dark.9.png b/res/drawable-mdpi/list_selector_disabled_holo_dark.9.png new file mode 100644 index 000000000..92da2f0dd Binary files /dev/null and b/res/drawable-mdpi/list_selector_disabled_holo_dark.9.png differ diff --git a/res/drawable-xhdpi/ic_ab_history_holo_dark.png b/res/drawable-xhdpi/ic_ab_history_holo_dark.png new file mode 100644 index 000000000..98cc1af35 Binary files /dev/null and b/res/drawable-xhdpi/ic_ab_history_holo_dark.png differ diff --git a/res/drawable-xhdpi/ic_dial_action_search.png b/res/drawable-xhdpi/ic_dial_action_search.png new file mode 100644 index 000000000..fe3aa2486 Binary files /dev/null and b/res/drawable-xhdpi/ic_dial_action_search.png differ diff --git a/res/drawable-xhdpi/ic_menu_overflow.png b/res/drawable-xhdpi/ic_menu_overflow.png new file mode 100644 index 000000000..715cff8c8 Binary files /dev/null and b/res/drawable-xhdpi/ic_menu_overflow.png differ diff --git a/res/drawable-xhdpi/ic_minus_disabled_holo_dark.png b/res/drawable-xhdpi/ic_minus_disabled_holo_dark.png new file mode 100644 index 000000000..ae6bce7f8 Binary files /dev/null and b/res/drawable-xhdpi/ic_minus_disabled_holo_dark.png differ diff --git a/res/drawable-xhdpi/ic_minus_holo_dark.png b/res/drawable-xhdpi/ic_minus_holo_dark.png new file mode 100644 index 000000000..0e95a6bdd Binary files /dev/null and b/res/drawable-xhdpi/ic_minus_holo_dark.png differ diff --git a/res/drawable-xhdpi/ic_plus_disabled_holo_dark.png b/res/drawable-xhdpi/ic_plus_disabled_holo_dark.png new file mode 100644 index 000000000..169da3e96 Binary files /dev/null and b/res/drawable-xhdpi/ic_plus_disabled_holo_dark.png differ diff --git a/res/drawable-xhdpi/ic_plus_holo_dark.png b/res/drawable-xhdpi/ic_plus_holo_dark.png new file mode 100644 index 000000000..b869bf9b1 Binary files /dev/null and b/res/drawable-xhdpi/ic_plus_holo_dark.png differ diff --git a/res/drawable-xhdpi/ic_trash_holo_dark.png b/res/drawable-xhdpi/ic_trash_holo_dark.png new file mode 100644 index 000000000..70e4d30ab Binary files /dev/null and b/res/drawable-xhdpi/ic_trash_holo_dark.png differ diff --git a/res/drawable-xhdpi/list_selector_disabled_holo_dark.9.png b/res/drawable-xhdpi/list_selector_disabled_holo_dark.9.png new file mode 100644 index 000000000..88726b691 Binary files /dev/null and b/res/drawable-xhdpi/list_selector_disabled_holo_dark.9.png differ diff --git a/res/drawable/ic_minus.xml b/res/drawable/ic_minus.xml new file mode 100644 index 000000000..9750127d7 --- /dev/null +++ b/res/drawable/ic_minus.xml @@ -0,0 +1,20 @@ + + + + + + + diff --git a/res/drawable/ic_plus.xml b/res/drawable/ic_plus.xml new file mode 100644 index 000000000..176b21a0e --- /dev/null +++ b/res/drawable/ic_plus.xml @@ -0,0 +1,20 @@ + + + + + + + diff --git a/res/drawable/ic_tab_recent.xml b/res/drawable/ic_tab_recent.xml new file mode 100644 index 000000000..203bc4f0c --- /dev/null +++ b/res/drawable/ic_tab_recent.xml @@ -0,0 +1,21 @@ + + + + + + + diff --git a/res/layout/account_filter_header_for_phone_favorite.xml b/res/layout/account_filter_header_for_phone_favorite.xml new file mode 100644 index 000000000..6f1d23da9 --- /dev/null +++ b/res/layout/account_filter_header_for_phone_favorite.xml @@ -0,0 +1,36 @@ + + + + + + + diff --git a/res/layout/empty2.xml b/res/layout/empty2.xml new file mode 100644 index 000000000..349dcfa10 --- /dev/null +++ b/res/layout/empty2.xml @@ -0,0 +1,29 @@ + + + + + + + diff --git a/res/layout/phone_contact_tile_list.xml b/res/layout/phone_contact_tile_list.xml new file mode 100644 index 000000000..8931cf6c6 --- /dev/null +++ b/res/layout/phone_contact_tile_list.xml @@ -0,0 +1,47 @@ + + + + + + + + + + + diff --git a/res/layout/phone_loading_contacts.xml b/res/layout/phone_loading_contacts.xml new file mode 100644 index 000000000..f0d33288e --- /dev/null +++ b/res/layout/phone_loading_contacts.xml @@ -0,0 +1,40 @@ + + + + + + + + + + + diff --git a/res/menu/phone_favorite_options.xml b/res/menu/phone_favorite_options.xml new file mode 100644 index 000000000..e37759c14 --- /dev/null +++ b/res/menu/phone_favorite_options.xml @@ -0,0 +1,28 @@ + + + + + + + + + diff --git a/res/values-land/styles.xml b/res/values-land/styles.xml new file mode 100644 index 000000000..1388a17f1 --- /dev/null +++ b/res/values-land/styles.xml @@ -0,0 +1,22 @@ + + + + + + diff --git a/res/values/colors.xml b/res/values/colors.xml index 2828725ac..ebdc2f60e 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -21,4 +21,21 @@ #39caff #ffffff + + #FF0000 + + + #33b5e5 + + + @android:color/black + + + #44ffffff + + + #ccffffff + + + #660099cc diff --git a/res/values/dimens.xml b/res/values/dimens.xml index 4034f7303..5d7412b87 100644 --- a/res/values/dimens.xml +++ b/res/values/dimens.xml @@ -55,4 +55,5 @@ 4dp 2dp 27dp + diff --git a/res/values/strings.xml b/res/values/strings.xml index 86c36c493..5c85bf9ec 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -186,4 +186,341 @@ Remember this choice + + + one + + + two + + + three + + + four + + + five + + + six + + + seven + + + eight + + + nine + + + star + + + zero + + + pound + + + voicemail + + + search + + + dial + + + backspace + + + number to dial + + + More options + + + Copy + + + Show outgoing only + + + Show incoming only + + + Show missed only + + + Show voicemails only + + + Show all calls + + + Add 2-sec pause + Add wait + + + Settings + + + New contact + + + Call details + + + Couldn\'t read details for the requested call. + + + Use touch tone keypad + + + Return to call in progress + + + Add call + + + Incoming call + + + Outgoing call + + + Missed call + + + Voicemail + + + Incoming calls + + + Play voicemail + + + Incoming call + + + + Outgoing call + + + + Missed call + + + Voicemail + + + Add contact + + + View contact %1$s + + + Call %1$s + + + + Send text message to %1$s + + + Unheard voicemail + + + Send message to %1$s + + + Dial phone %1$s + + + - + + + Call %s + + + Unknown + + + Voicemail + + + Private number + + + Pay phone + + + Use keyboard to dial + + + Dial to add a call + + + %s mins %s secs + + + Call not sent + + + To set up voicemail, go to Menu > Settings. + + + To call voicemail, first turn off Airplane mode. + + + Loading\u2026 + + + IMEI + + + MEID + + + Loading from SIM card\u2026 + + + SIM card contacts + diff --git a/res/values/styles.xml b/res/values/styles.xml index 4f64cb37a..099bfd51d 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -120,4 +120,7 @@ always + -- cgit v1.2.3