summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorSuchand Ghosh <suchan@codeaurora.org>2014-09-08 15:22:25 +0530
committerLinux Build Service Account <lnxbuild@localhost>2014-11-04 08:50:00 -0700
commit6f4e316fdd30303f189d3c834099aaf8cb74935a (patch)
treeb22221dd8c4b2978ac8ea57c503dcd9cff4feecf /res/layout
parent51b9bc61437d3bb555e400a9529be097dc63fcde (diff)
downloadpackages_apps_InCallUI-6f4e316fdd30303f189d3c834099aaf8cb74935a.tar.gz
packages_apps_InCallUI-6f4e316fdd30303f189d3c834099aaf8cb74935a.tar.bz2
packages_apps_InCallUI-6f4e316fdd30303f189d3c834099aaf8cb74935a.zip
IMS: Add participant support
Introduce add participant button in call UI and send add participant to Dialer. Change-Id: I1173c6cc82bb3d008a70a3338c45901a2619f0e5 CRs-Fixed: 720697
Diffstat (limited to 'res/layout')
-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 aa87d0c1..33787b66 100644
--- a/res/layout/call_button_fragment.xml
+++ b/res/layout/call_button_fragment.xml
@@ -146,6 +146,12 @@
android:background="@drawable/btn_merge"
android:contentDescription="@string/onscreenMergeCallsText"
android:visibility="gone" />
+ <!-- "Add Participant" -->
+ <ImageButton android:id="@+id/addParticipant"
+ style="@style/InCallButton"
+ android:background="@drawable/btn_addparticipant"
+ android:contentDescription="@string/onscreenAddParticipant"
+ android:visibility="gone" />
<!-- "Switch camera" for video calls. -->
<ImageButton android:id="@+id/pauseVideoButton"