summaryrefslogtreecommitdiff
path: root/java/com/android/incallui/rtt/impl/res/layout/frag_rtt_chat.xml
diff options
context:
space:
mode:
authorwangqi <wangqi@google.com>2018-03-14 12:12:32 -0700
committerCopybara-Service <copybara-piper@google.com>2018-03-14 12:13:38 -0700
commitb8d0f5029ebaf8e3a0bd32c8b54b3baee6f2876a (patch)
tree5afc256ca4698d4e03138cd5a315934897cab083 /java/com/android/incallui/rtt/impl/res/layout/frag_rtt_chat.xml
parentc692948f41733a436f90d56da003d30ac7bf56eb (diff)
Add swap call button to RTT call.
Bug: 67596257 Test: manual PiperOrigin-RevId: 189064976 Change-Id: I3265881114baceb4d63fcc3d55d1c904cd3216dc
Diffstat (limited to 'java/com/android/incallui/rtt/impl/res/layout/frag_rtt_chat.xml')
-rw-r--r--java/com/android/incallui/rtt/impl/res/layout/frag_rtt_chat.xml6
1 files changed, 3 insertions, 3 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 6940569a3..753117904 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
@@ -19,8 +19,6 @@
android:layout_height="match_parent"
android:fitsSystemWindows="true">
- <include layout="@layout/rtt_banner"/>
-
<android.support.v7.widget.RecyclerView
android:id="@+id/rtt_recycler_view"
android:layout_width="match_parent"
@@ -28,6 +26,8 @@
android:paddingBottom="70dp"
android:clipToPadding="false"/>
+ <include layout="@layout/rtt_banner"/>
+
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -75,4 +75,4 @@
android:layout_gravity="bottom"
android:clipChildren="false"
android:clipToPadding="false"/>
-</FrameLayout> \ No newline at end of file
+</FrameLayout>