summaryrefslogtreecommitdiffstats
path: root/res/layout/call_button_fragment.xml
diff options
context:
space:
mode:
authorPavan Tatavarthi <ctpavan@codeaurora.org>2013-10-16 18:15:26 -0700
committerSteve Kondik <shade@chemlab.org>2014-03-03 02:47:18 -0800
commitd4945cf54093fdb5422f40d63c29fbe8ef5c3a6c (patch)
treeb8148d3a32c50f794a9465177d3180dfb2650e96 /res/layout/call_button_fragment.xml
parentc95ee3e550d58ff85a5655068ad661aa1efffee8 (diff)
downloadpackages_apps_InCallUI-d4945cf54093fdb5422f40d63c29fbe8ef5c3a6c.tar.gz
packages_apps_InCallUI-d4945cf54093fdb5422f40d63c29fbe8ef5c3a6c.tar.bz2
packages_apps_InCallUI-d4945cf54093fdb5422f40d63c29fbe8ef5c3a6c.zip
IMS support for UI interface
1. UI support for conference call participant display, hangup using uri, conference uri dial, add participant, 2. Add ims related data types to Call object 3. Add ims related APIs to CallCommandService and CallHandlerService Change-Id: If782aa90dc4741499a67ee6a62f48576425a0574
Diffstat (limited to 'res/layout/call_button_fragment.xml')
-rw-r--r--res/layout/call_button_fragment.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/res/layout/call_button_fragment.xml b/res/layout/call_button_fragment.xml
index bdb8182d..86b2822a 100644
--- a/res/layout/call_button_fragment.xml
+++ b/res/layout/call_button_fragment.xml
@@ -179,6 +179,16 @@
<!-- Separator between 5th (or 6th) button and right padding -->
<View style="@style/VerticalSeparator" />
+ <ImageButton
+ android:id="@+id/addParticipant"
+ style="@style/InCallButton"
+ android:background="@drawable/ic_add_group_holo_dark"
+ android:contentDescription="@string/onscreenAddParticipant" />
+
+
+ <!-- Separator between 5th (or 6th) button and right padding -->
+ <View style="@style/VerticalSeparator" />
+
</LinearLayout>
</LinearLayout>