From 061fc22101930c3c69f454c85fbb85ff2c5c92fb Mon Sep 17 00:00:00 2001 From: Tyler Gunn Date: Wed, 5 Aug 2015 08:20:34 -0700 Subject: Last forwarded number and incoming call subject. Last forwarded number: - Added assets for the "forward" icon for last forwarded number. - Modified InCall Call to store last forwarded number; also calls onLastForwardedNumberChange callback (the last forwarded number is received via a supp service update, so may change after call starts). Call subject (i.e. instant lettering): - Added placeholder subject_bubble asset to form the chat bubble for incoming calls with a subject. - Modified InCall Call to store the call subject (expected to be populated in extras at start of call. - Added code to hide the call status (e.g. "incoming call via XYZ") line and primary call label (e.g. a location "California", or the number type "Mobile" for the number). This was necessary to make room for the call subject bubble, and is in line with the UX mocks. - Change call subject text color to background color of call card (per UX mocks) - Modified call notification to show call subject if it is specified. - Moved code to show HD icon into common method. Bug: 22685114 Change-Id: I22d9dae16658490e3245cfdd9c936bb0584cd6db --- InCallUI/res/drawable-xxxhdpi/ic_forward_white_24dp.png | Bin 0 -> 236 bytes InCallUI/res/drawable-xxxhdpi/subject_bubble.9.png | Bin 0 -> 611 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 InCallUI/res/drawable-xxxhdpi/ic_forward_white_24dp.png create mode 100644 InCallUI/res/drawable-xxxhdpi/subject_bubble.9.png (limited to 'InCallUI/res/drawable-xxxhdpi') diff --git a/InCallUI/res/drawable-xxxhdpi/ic_forward_white_24dp.png b/InCallUI/res/drawable-xxxhdpi/ic_forward_white_24dp.png new file mode 100644 index 000000000..428009cfe Binary files /dev/null and b/InCallUI/res/drawable-xxxhdpi/ic_forward_white_24dp.png differ diff --git a/InCallUI/res/drawable-xxxhdpi/subject_bubble.9.png b/InCallUI/res/drawable-xxxhdpi/subject_bubble.9.png new file mode 100644 index 000000000..2627bf8f7 Binary files /dev/null and b/InCallUI/res/drawable-xxxhdpi/subject_bubble.9.png differ -- cgit v1.2.3