From 8e2a0682b3380be25cdc4e3fafc0731087055dc1 Mon Sep 17 00:00:00 2001 From: Yorke Lee Date: Tue, 30 Jul 2013 11:14:25 -0700 Subject: Dialpad modifications to match the rest of the redlines * Reduced size of star and pound keys * Made star and pound key gray * Add voicemail image view * Add light versions of menu assets * Renamed other menu assets to be more consistent * Assign proper menu items to dialpad fragment Change-Id: I67f2e7eecb177fc8ab7b4bc9b2855b385c622a7f --- res/drawable-xhdpi/ic_dial_action_vm.png | Bin 0 -> 723 bytes res/drawable-xhdpi/ic_dialer_menu_dialpad_dk.png | Bin 1363 -> 0 bytes res/drawable-xhdpi/ic_dialer_menu_history_dk.png | Bin 2289 -> 0 bytes res/drawable-xhdpi/ic_menu_dialpad_dk.png | Bin 0 -> 1363 bytes res/drawable-xhdpi/ic_menu_history_dk.png | Bin 0 -> 2289 bytes res/drawable-xhdpi/ic_menu_history_lt.png | Bin 0 -> 2237 bytes res/drawable-xhdpi/ic_menu_overflow_dark.png | Bin 800 -> 0 bytes res/drawable-xhdpi/ic_menu_overflow_dk.png | Bin 0 -> 800 bytes res/drawable-xhdpi/ic_menu_overflow_lt.png | Bin 0 -> 797 bytes 9 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 res/drawable-xhdpi/ic_dial_action_vm.png delete mode 100644 res/drawable-xhdpi/ic_dialer_menu_dialpad_dk.png delete mode 100644 res/drawable-xhdpi/ic_dialer_menu_history_dk.png create mode 100644 res/drawable-xhdpi/ic_menu_dialpad_dk.png create mode 100644 res/drawable-xhdpi/ic_menu_history_dk.png create mode 100644 res/drawable-xhdpi/ic_menu_history_lt.png delete mode 100644 res/drawable-xhdpi/ic_menu_overflow_dark.png create mode 100644 res/drawable-xhdpi/ic_menu_overflow_dk.png create mode 100644 res/drawable-xhdpi/ic_menu_overflow_lt.png (limited to 'res/drawable-xhdpi') diff --git a/res/drawable-xhdpi/ic_dial_action_vm.png b/res/drawable-xhdpi/ic_dial_action_vm.png new file mode 100644 index 000000000..269fd1a92 Binary files /dev/null and b/res/drawable-xhdpi/ic_dial_action_vm.png differ diff --git a/res/drawable-xhdpi/ic_dialer_menu_dialpad_dk.png b/res/drawable-xhdpi/ic_dialer_menu_dialpad_dk.png deleted file mode 100644 index 317bf6611..000000000 Binary files a/res/drawable-xhdpi/ic_dialer_menu_dialpad_dk.png and /dev/null differ diff --git a/res/drawable-xhdpi/ic_dialer_menu_history_dk.png b/res/drawable-xhdpi/ic_dialer_menu_history_dk.png deleted file mode 100644 index 63ad62b39..000000000 Binary files a/res/drawable-xhdpi/ic_dialer_menu_history_dk.png and /dev/null differ diff --git a/res/drawable-xhdpi/ic_menu_dialpad_dk.png b/res/drawable-xhdpi/ic_menu_dialpad_dk.png new file mode 100644 index 000000000..317bf6611 Binary files /dev/null and b/res/drawable-xhdpi/ic_menu_dialpad_dk.png differ diff --git a/res/drawable-xhdpi/ic_menu_history_dk.png b/res/drawable-xhdpi/ic_menu_history_dk.png new file mode 100644 index 000000000..63ad62b39 Binary files /dev/null and b/res/drawable-xhdpi/ic_menu_history_dk.png differ diff --git a/res/drawable-xhdpi/ic_menu_history_lt.png b/res/drawable-xhdpi/ic_menu_history_lt.png new file mode 100644 index 000000000..6b411cbc3 Binary files /dev/null and b/res/drawable-xhdpi/ic_menu_history_lt.png differ diff --git a/res/drawable-xhdpi/ic_menu_overflow_dark.png b/res/drawable-xhdpi/ic_menu_overflow_dark.png deleted file mode 100644 index 8cbd50827..000000000 Binary files a/res/drawable-xhdpi/ic_menu_overflow_dark.png and /dev/null differ diff --git a/res/drawable-xhdpi/ic_menu_overflow_dk.png b/res/drawable-xhdpi/ic_menu_overflow_dk.png new file mode 100644 index 000000000..8cbd50827 Binary files /dev/null and b/res/drawable-xhdpi/ic_menu_overflow_dk.png differ diff --git a/res/drawable-xhdpi/ic_menu_overflow_lt.png b/res/drawable-xhdpi/ic_menu_overflow_lt.png new file mode 100644 index 000000000..95e436c4b Binary files /dev/null and b/res/drawable-xhdpi/ic_menu_overflow_lt.png differ -- cgit v1.2.3