summaryrefslogtreecommitdiff
path: root/java/com/android/incallui/res/layout/caller_in_conference.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/com/android/incallui/res/layout/caller_in_conference.xml')
-rw-r--r--java/com/android/incallui/res/layout/caller_in_conference.xml16
1 files changed, 2 insertions, 14 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 37918188f..be4eca5f6 100644
--- a/java/com/android/incallui/res/layout/caller_in_conference.xml
+++ b/java/com/android/incallui/res/layout/caller_in_conference.xml
@@ -82,18 +82,6 @@
android:textColor="@color/conference_call_manager_secondary_text_color"
android:textSize="14sp"/>
- <!-- Number type -->
- <TextView
- android:id="@+id/conferenceCallerNumberType"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:ellipsize="marquee"
- android:gravity="start"
- android:singleLine="true"
- android:textAllCaps="true"
- android:textColor="@color/conference_call_manager_secondary_text_color"
- android:textSize="12sp"/>
-
</LinearLayout> <!-- End of caller number -->
</LinearLayout> <!-- End of caller information -->
@@ -110,7 +98,7 @@
android:contentDescription="@string/goPrivate"
android:scaleType="center"
android:src="@drawable/ic_call_split_white_24dp"
- android:tint="@color/conference_call_manager_icon_color"/>
+ android:tint="@color/icon_color_grey"/>
<!-- "Disconnect" button which terminates the connection with this caller. -->
<ImageButton
@@ -123,6 +111,6 @@
android:contentDescription="@string/conference_caller_disconnect_content_description"
android:scaleType="center"
android:src="@drawable/quantum_ic_call_end_white_24"
- android:tint="@color/conference_call_manager_icon_color"/>
+ android:tint="@color/icon_color_grey"/>
</LinearLayout> <!-- End of single list element -->