summaryrefslogtreecommitdiffstats
path: root/res/layout/call_button_fragment.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/call_button_fragment.xml')
-rw-r--r--res/layout/call_button_fragment.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/layout/call_button_fragment.xml b/res/layout/call_button_fragment.xml
index e40d47e2..1842d88b 100644
--- a/res/layout/call_button_fragment.xml
+++ b/res/layout/call_button_fragment.xml
@@ -158,6 +158,12 @@
android:contentDescription="@string/onscreenCallRecordText"
android:visibility="gone" />
+ <ImageButton android:id="@+id/transferCall"
+ style="@style/InCallButton"
+ android:background="@drawable/btn_transfer_call"
+ android:contentDescription="@string/onscreenTransferCall"
+ android:visibility="gone" />
+
<!-- "Overflow" -->
<ImageButton android:id="@+id/overflowButton"
style="@style/InCallButton"