summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwangqi <wangqi@google.com>2018-02-28 14:33:47 -0800
committerCopybara-Service <copybara-piper@google.com>2018-02-28 16:29:20 -0800
commite309c166bc20a62d7ec2b1e0fa0a0eccab187016 (patch)
tree97d50b80aae9961db796309a72c475c84c445c91
parent5959cb2ea88aa5d95dff3cde8823775a86417757 (diff)
Remove background of RTT chat fragment.
The default incall gradiant background will be shown instead. Bug: 67596257 Test: manual PiperOrigin-RevId: 187384455 Change-Id: Icf91804d78aa98d051248a9eca0d13be0ea880f0
-rw-r--r--java/com/android/incallui/rtt/impl/res/layout/frag_rtt_chat.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/java/com/android/incallui/rtt/impl/res/layout/frag_rtt_chat.xml b/java/com/android/incallui/rtt/impl/res/layout/frag_rtt_chat.xml
index ef3c1f91a..d85075106 100644
--- a/java/com/android/incallui/rtt/impl/res/layout/frag_rtt_chat.xml
+++ b/java/com/android/incallui/rtt/impl/res/layout/frag_rtt_chat.xml
@@ -16,8 +16,7 @@
-->
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="@color/dialer_theme_color">
+ android:layout_height="match_parent">
<include layout="@layout/rtt_banner"/>