summaryrefslogtreecommitdiffstats
path: root/testapps/res/layout/incall_screen.xml
diff options
context:
space:
mode:
authorHall Liu <hallliu@google.com>2017-02-22 19:05:07 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-02-22 19:05:07 +0000
commit86f417aa84995ffba44ea98b32d5ba4ee338aa6f (patch)
tree208bd848391e2ba05f658861be0c1f23684f51e8 /testapps/res/layout/incall_screen.xml
parent6dc6e969f2179e21402ad7ac1b453ea7273415aa (diff)
parent1d36154ab9ace2609131eb86a242513c20dc53d8 (diff)
downloadandroid_packages_services_Telecomm-86f417aa84995ffba44ea98b32d5ba4ee338aa6f.tar.gz
android_packages_services_Telecomm-86f417aa84995ffba44ea98b32d5ba4ee338aa6f.tar.bz2
android_packages_services_Telecomm-86f417aa84995ffba44ea98b32d5ba4ee338aa6f.zip
Add support for RTT calls (part 1) am: dd68bc36a3 am: 399f7e50b0
am: 1d36154ab9 Change-Id: Id768015a354c9a3428b4c817507d058df6ea15f7
Diffstat (limited to 'testapps/res/layout/incall_screen.xml')
-rw-r--r--testapps/res/layout/incall_screen.xml13
1 files changed, 11 insertions, 2 deletions
diff --git a/testapps/res/layout/incall_screen.xml b/testapps/res/layout/incall_screen.xml
index 6a891e7f..3ca87814 100644
--- a/testapps/res/layout/incall_screen.xml
+++ b/testapps/res/layout/incall_screen.xml
@@ -44,7 +44,16 @@
android:id="@+id/hold_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:text="@string/holdButton" >
- </Button>
+ android:text="@string/holdButton"/>
+ <Button
+ android:id="@+id/rtt_iface_button"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:text="@string/rttIfaceButton"/>
+ <Button
+ android:id="@+id/answer_button"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:text="@string/answerCallButton"/>
</LinearLayout>
</LinearLayout>