From e51f0e30f059804176b323a987edc3d708bc7ed5 Mon Sep 17 00:00:00 2001 From: Tyler Gunn Date: Wed, 12 Aug 2015 09:40:17 -0700 Subject: Replace placeholder subject bubble asset with a drawable resource. Turns out it was pretty easy to accomplish the speech bubble with just a drawable with some of the corner rounded. Bug: 22685114 Change-Id: I1f2d1b8113652503cd8298f8b6ab1883b4a4589d --- res/drawable-xxxhdpi/subject_bubble.9.png | Bin 611 -> 0 bytes res/drawable/subject_bubble.xml | 22 ++++++++++++++++++++++ src/com/android/incallui/Call.java | 2 +- 3 files changed, 23 insertions(+), 1 deletion(-) delete mode 100644 res/drawable-xxxhdpi/subject_bubble.9.png create mode 100644 res/drawable/subject_bubble.xml diff --git a/res/drawable-xxxhdpi/subject_bubble.9.png b/res/drawable-xxxhdpi/subject_bubble.9.png deleted file mode 100644 index 2627bf8f..00000000 Binary files a/res/drawable-xxxhdpi/subject_bubble.9.png and /dev/null differ diff --git a/res/drawable/subject_bubble.xml b/res/drawable/subject_bubble.xml new file mode 100644 index 00000000..adab6783 --- /dev/null +++ b/res/drawable/subject_bubble.xml @@ -0,0 +1,22 @@ + + + + + + + \ No newline at end of file diff --git a/src/com/android/incallui/Call.java b/src/com/android/incallui/Call.java index 191ffe79..f08653e6 100644 --- a/src/com/android/incallui/Call.java +++ b/src/com/android/incallui/Call.java @@ -590,7 +590,7 @@ public class Call { public void setSessionModificationState(int state) { if (state == Call.SessionModificationState.RECEIVED_UPGRADE_TO_VIDEO_REQUEST) { Log.e(this, - "setSessionModificationState not to be called for RECEIVED_UPGRADE_TO_VIDEO_REQUEST"); + "setSessionModificationState not valid for RECEIVED_UPGRADE_TO_VIDEO_REQUEST"); return; } -- cgit v1.2.3