From 265089a047d575666a7c9fe325bf46d28b0342d1 Mon Sep 17 00:00:00 2001 From: yueg Date: Fri, 6 Oct 2017 14:35:15 -0700 Subject: Show on hold in management screen for conference call. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Do the following when a participant is on hold: - Add "On hold • " in front of the number - Gray out avatar and text (contact name & number) Notice: We only have the on hold state information for VoLTE conference call and IMS conference call. So the change only works for them (not for GSM/CDMA conference call). Test: ConferenceManagerPresenterTest PiperOrigin-RevId: 171345423 Change-Id: Ie5fe2fc1097f4858604283989dcb916c2ac21972 --- java/com/android/dialer/theme/res/values/colors.xml | 2 ++ java/com/android/dialer/theme/res/values/dimens.xml | 3 +++ 2 files changed, 5 insertions(+) (limited to 'java/com/android/dialer/theme/res/values') diff --git a/java/com/android/dialer/theme/res/values/colors.xml b/java/com/android/dialer/theme/res/values/colors.xml index 0e6f54fb6..3c8cabbc5 100644 --- a/java/com/android/dialer/theme/res/values/colors.xml +++ b/java/com/android/dialer/theme/res/values/colors.xml @@ -42,6 +42,8 @@ #636363 + + #61000000 @color/dialer_theme_color diff --git a/java/com/android/dialer/theme/res/values/dimens.xml b/java/com/android/dialer/theme/res/values/dimens.xml index ee52c97e6..972cb535c 100644 --- a/java/com/android/dialer/theme/res/values/dimens.xml +++ b/java/com/android/dialer/theme/res/values/dimens.xml @@ -38,4 +38,7 @@ 72dp 2dp + + 1.0 + 0.54 -- cgit v1.2.3