summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorPavan Tatavarthi <ctpavan@codeaurora.org>2013-10-16 18:15:26 -0700
committerAnju Mathapati <anjucm@codeaurora.org>2013-11-18 15:48:57 -0800
commite710212acbb403460f24a9b87eeec10fb77b41cc (patch)
tree3ce26d5059d445f8430658ac1050d3fda2dea693 /res/layout
parent0efaf169ec75da26ac1390e0c84ebc4671b98a2c (diff)
downloadpackages_apps_InCallUI-e710212acbb403460f24a9b87eeec10fb77b41cc.tar.gz
packages_apps_InCallUI-e710212acbb403460f24a9b87eeec10fb77b41cc.tar.bz2
packages_apps_InCallUI-e710212acbb403460f24a9b87eeec10fb77b41cc.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')
-rw-r--r--res/layout/call_button_fragment.xml11
1 files changed, 9 insertions, 2 deletions
diff --git a/res/layout/call_button_fragment.xml b/res/layout/call_button_fragment.xml
index 013d1b22..b986d340 100644
--- a/res/layout/call_button_fragment.xml
+++ b/res/layout/call_button_fragment.xml
@@ -163,9 +163,16 @@
android:contentDescription="@string/onscreenMergeCallsText"
android:visibility="gone"
/>
+ <!-- Separator between 5th (or 6th) button and right padding -->
+ <View style="@style/VerticalSeparator" />
- <!-- Separator between 4th (or 5th) 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" />
+
+ <View style="@style/VerticalSeparator" />
</LinearLayout>