summaryrefslogtreecommitdiffstats
path: root/res/drawable-xhdpi
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-05-01 12:31:20 -0700
committerAndrew Lee <anwlee@google.com>2014-05-01 12:35:46 -0700
commit6d261eabedd52f0da23f0bf5b5d08a6da54e6479 (patch)
treee10adb1628200d49b442f0f0104d5224dae7fa0f /res/drawable-xhdpi
parent146a8de0077ad75b2ff2daddd187f40859c36ec0 (diff)
downloadpackages_apps_InCallUI-6d261eabedd52f0da23f0bf5b5d08a6da54e6479.tar.gz
packages_apps_InCallUI-6d261eabedd52f0da23f0bf5b5d08a6da54e6479.tar.bz2
packages_apps_InCallUI-6d261eabedd52f0da23f0bf5b5d08a6da54e6479.zip
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
Diffstat (limited to 'res/drawable-xhdpi')
-rw-r--r--res/drawable-xhdpi/ic_active_state_dialer_holo_dark.pngbin499 -> 0 bytes
-rw-r--r--res/drawable-xhdpi/list_focused_holo.9.pngbin163 -> 0 bytes
-rw-r--r--res/drawable-xhdpi/list_selector_disabled_holo_dark.9.pngbin190 -> 0 bytes
3 files changed, 0 insertions, 0 deletions
diff --git a/res/drawable-xhdpi/ic_active_state_dialer_holo_dark.png b/res/drawable-xhdpi/ic_active_state_dialer_holo_dark.png
deleted file mode 100644
index 0211d69b..00000000
--- a/res/drawable-xhdpi/ic_active_state_dialer_holo_dark.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-xhdpi/list_focused_holo.9.png b/res/drawable-xhdpi/list_focused_holo.9.png
deleted file mode 100644
index 690cb1eb..00000000
--- a/res/drawable-xhdpi/list_focused_holo.9.png
+++ /dev/null
Binary files 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
deleted file mode 100644
index 88726b69..00000000
--- a/res/drawable-xhdpi/list_selector_disabled_holo_dark.9.png
+++ /dev/null
Binary files differ