From b16aafab5bed220e9e27f9d14e66ab6de75c27cd Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Thu, 1 May 2014 12:31:20 -0700 Subject: Consolidate buttons to use more common drawables. - Work is to facilitate styling selected button states to QP spec. - Change buttons to use btn_compound_background instead of the _fake_ version. - Deleted now-unused assets. - Changed btn_compound_background to use common action tab drawables. - Switched the dialpad button from a ToggleButton into an ImageButton, so that all the call buttons can use the same background. Technically, ToggleButton is more precise, but ImageButton is sufficient for behavior, and allows me to switch the state casing in the drawable to use state_selected instead of state_checked. Bug: 14108639 Change-Id: If6ebf05e51648a09307bf37926efb3670f55ba55 --- .../drawable-hdpi/ic_active_state_dialer_holo_dark.png | Bin 450 -> 0 bytes InCallUI/res/drawable-hdpi/list_focused_holo.9.png | Bin 159 -> 0 bytes .../drawable-hdpi/list_selector_disabled_holo_dark.9.png | Bin 185 -> 0 bytes 3 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 InCallUI/res/drawable-hdpi/ic_active_state_dialer_holo_dark.png delete mode 100644 InCallUI/res/drawable-hdpi/list_focused_holo.9.png delete mode 100644 InCallUI/res/drawable-hdpi/list_selector_disabled_holo_dark.9.png (limited to 'InCallUI/res/drawable-hdpi') diff --git a/InCallUI/res/drawable-hdpi/ic_active_state_dialer_holo_dark.png b/InCallUI/res/drawable-hdpi/ic_active_state_dialer_holo_dark.png deleted file mode 100644 index f4a08bea0..000000000 Binary files a/InCallUI/res/drawable-hdpi/ic_active_state_dialer_holo_dark.png and /dev/null differ diff --git a/InCallUI/res/drawable-hdpi/list_focused_holo.9.png b/InCallUI/res/drawable-hdpi/list_focused_holo.9.png deleted file mode 100644 index 516f5c739..000000000 Binary files a/InCallUI/res/drawable-hdpi/list_focused_holo.9.png and /dev/null differ diff --git a/InCallUI/res/drawable-hdpi/list_selector_disabled_holo_dark.9.png b/InCallUI/res/drawable-hdpi/list_selector_disabled_holo_dark.9.png deleted file mode 100644 index c8afb46f8..000000000 Binary files a/InCallUI/res/drawable-hdpi/list_selector_disabled_holo_dark.9.png and /dev/null differ -- cgit v1.2.3