summaryrefslogtreecommitdiff
path: root/InCallUI/res/layout
diff options
context:
space:
mode:
Diffstat (limited to 'InCallUI/res/layout')
-rw-r--r--InCallUI/res/layout/secondary_call_info.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/InCallUI/res/layout/secondary_call_info.xml b/InCallUI/res/layout/secondary_call_info.xml
index 772a29bc1..8666c2ae8 100644
--- a/InCallUI/res/layout/secondary_call_info.xml
+++ b/InCallUI/res/layout/secondary_call_info.xml
@@ -21,7 +21,8 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
- android:background="@color/incall_banner_secondary_background_color">
+ android:background="@color/incall_banner_secondary_background_color"
+ android:visibility="gone">
<Space android:layout_width="match_parent"
android:layout_height="1dp"
@@ -73,7 +74,8 @@
android:layout_height="@dimen/call_provider_small_icon_size"
android:layout_marginRight="2dp"
android:baselineAlignBottom="true"
- android:scaleType="centerInside" />
+ android:scaleType="centerInside"
+ android:tint="@color/incall_banner_secondary_text_color" />
<TextView android:id="@+id/secondaryCallProviderLabel"
android:layout_width="match_parent"