summaryrefslogtreecommitdiff
path: root/java/com/android/incallui/res/layout
diff options
context:
space:
mode:
authoryueg <yueg@google.com>2017-10-06 14:35:15 -0700
committerEric Erfanian <erfanian@google.com>2017-10-06 14:58:20 -0700
commit265089a047d575666a7c9fe325bf46d28b0342d1 (patch)
tree88f2cb2d8b3e2d62fbacb0ba670b9f65e609778b /java/com/android/incallui/res/layout
parent549fd00bfa7de12530beff678f8c0542d321a881 (diff)
Show on hold in management screen for conference call.
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
Diffstat (limited to 'java/com/android/incallui/res/layout')
-rw-r--r--java/com/android/incallui/res/layout/caller_in_conference.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/java/com/android/incallui/res/layout/caller_in_conference.xml b/java/com/android/incallui/res/layout/caller_in_conference.xml
index 4f4b2f043..37918188f 100644
--- a/java/com/android/incallui/res/layout/caller_in_conference.xml
+++ b/java/com/android/incallui/res/layout/caller_in_conference.xml
@@ -62,6 +62,15 @@
android:gravity="bottom"
android:orientation="horizontal">
+ <!-- Status (only support on hold now) -->
+ <TextView
+ android:id="@+id/conferenceCallerStatus"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ style="@style/SecondaryText"
+ android:textColor="@color/dialer_secondary_text_color_hiden"
+ android:visibility="gone"/>
+
<!-- Number -->
<TextView
android:id="@+id/conferenceCallerNumber"