summaryrefslogtreecommitdiff
path: root/java/com/android/incallui/rtt/impl/res/layout/overflow_menu.xml
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2018-03-14 20:35:15 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-03-14 20:35:15 +0000
commitede6377e397f4b4d6f6a46d09c10efc52724531a (patch)
tree5afc256ca4698d4e03138cd5a315934897cab083 /java/com/android/incallui/rtt/impl/res/layout/overflow_menu.xml
parentc692948f41733a436f90d56da003d30ac7bf56eb (diff)
parentb8d0f5029ebaf8e3a0bd32c8b54b3baee6f2876a (diff)
Merge "Add swap call button to RTT call."
Diffstat (limited to 'java/com/android/incallui/rtt/impl/res/layout/overflow_menu.xml')
-rw-r--r--java/com/android/incallui/rtt/impl/res/layout/overflow_menu.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/java/com/android/incallui/rtt/impl/res/layout/overflow_menu.xml b/java/com/android/incallui/rtt/impl/res/layout/overflow_menu.xml
index a29fad5f1..eb7e38691 100644
--- a/java/com/android/incallui/rtt/impl/res/layout/overflow_menu.xml
+++ b/java/com/android/incallui/rtt/impl/res/layout/overflow_menu.xml
@@ -46,4 +46,10 @@
style="@style/RttButton"
android:drawableStart="@drawable/quantum_ic_add_call_vd_theme_24"
android:text="@string/incall_label_add_call"/>
+ <com.android.incallui.rtt.impl.RttCheckableButton
+ android:id="@+id/menu_swap_call"
+ style="@style/RttButton"
+ android:drawableStart="@drawable/quantum_ic_swap_calls_vd_theme_24"
+ android:text="@string/incall_label_swap"
+ android:visibility="gone"/>
</LinearLayout> \ No newline at end of file