From 0c5fb5926ac9b9e9ce593054adf2cc96950101ac Mon Sep 17 00:00:00 2001 From: Tyler Gunn Date: Mon, 12 May 2014 13:34:54 -0700 Subject: Changing colors of the incoming and outgoing call icons. Removed separate drawables for the different variations and instead rely on a single white icon which gets colored and rotated as needed. Bug: 13962594 Change-Id: Id35efd7f2675bf118b3895e98933ce43f90423d1 --- res/drawable-xhdpi/ic_call_arrow.png | Bin 0 -> 627 bytes res/drawable-xhdpi/ic_call_incoming_holo_dark.png | Bin 662 -> 0 bytes res/drawable-xhdpi/ic_call_missed_holo_dark.png | Bin 657 -> 0 bytes res/drawable-xhdpi/ic_call_outgoing_holo_dark.png | Bin 701 -> 0 bytes 4 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 res/drawable-xhdpi/ic_call_arrow.png delete mode 100644 res/drawable-xhdpi/ic_call_incoming_holo_dark.png delete mode 100644 res/drawable-xhdpi/ic_call_missed_holo_dark.png delete mode 100644 res/drawable-xhdpi/ic_call_outgoing_holo_dark.png (limited to 'res/drawable-xhdpi') diff --git a/res/drawable-xhdpi/ic_call_arrow.png b/res/drawable-xhdpi/ic_call_arrow.png new file mode 100644 index 000000000..6f1366018 Binary files /dev/null and b/res/drawable-xhdpi/ic_call_arrow.png differ diff --git a/res/drawable-xhdpi/ic_call_incoming_holo_dark.png b/res/drawable-xhdpi/ic_call_incoming_holo_dark.png deleted file mode 100644 index 8eb5f3d8b..000000000 Binary files a/res/drawable-xhdpi/ic_call_incoming_holo_dark.png and /dev/null differ diff --git a/res/drawable-xhdpi/ic_call_missed_holo_dark.png b/res/drawable-xhdpi/ic_call_missed_holo_dark.png deleted file mode 100644 index 6d09a4e95..000000000 Binary files a/res/drawable-xhdpi/ic_call_missed_holo_dark.png and /dev/null differ diff --git a/res/drawable-xhdpi/ic_call_outgoing_holo_dark.png b/res/drawable-xhdpi/ic_call_outgoing_holo_dark.png deleted file mode 100644 index 636050403..000000000 Binary files a/res/drawable-xhdpi/ic_call_outgoing_holo_dark.png and /dev/null differ -- cgit v1.2.3