summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorSandeep Gutta <sangutta@codeaurora.org>2013-10-18 17:56:51 +0530
committerLinux Build Service Account <lnxbuild@localhost>2013-10-31 19:37:20 -0600
commit0efaf169ec75da26ac1390e0c84ebc4671b98a2c (patch)
treeaaf0d284ca8667a750a9664423e1f0f701d950c4 /res
parent9bfd2d7cac8b98d476b20903d56912e7eb3c6950 (diff)
downloadpackages_apps_InCallUI-0efaf169ec75da26ac1390e0c84ebc4671b98a2c.tar.gz
packages_apps_InCallUI-0efaf169ec75da26ac1390e0c84ebc4671b98a2c.tar.bz2
packages_apps_InCallUI-0efaf169ec75da26ac1390e0c84ebc4671b98a2c.zip
MSIM: Add multisim support.
Add support to display subscription information on UI for multi sim targets. Change-Id: Ic2ac06f727bb913f72138730a0f3c6aca0798320 (cherry picked from commit 1d60de42aaddb7dd7c3e1d9e5a3eee55091aa7f4) (cherry picked from commit 2a1003f3a9b38938882cb9745238a3e31adacbb0)
Diffstat (limited to 'res')
-rw-r--r--res/layout/primary_call_info.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/res/layout/primary_call_info.xml b/res/layout/primary_call_info.xml
index 0d37a737..817dd834 100644
--- a/res/layout/primary_call_info.xml
+++ b/res/layout/primary_call_info.xml
@@ -53,6 +53,20 @@
android:paddingBottom="@dimen/call_banner_top_bottom_padding"
android:background="@color/incall_call_banner_background">
+ <!-- Subscription id: it displays current subscription(SUB1/SUB2/SUB3) information
+ on which currently voice call is active(in foreground). -->
+ <TextView android:id="@+id/subId"
+ android:layout_alignParentTop="true"
+ android:layout_alignParentStart="true"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:gravity="end"
+ android:textAppearance="?android:attr/textAppearanceSmall"
+ android:textColor="@color/incall_call_banner_text_color"
+ android:textAllCaps="true"
+ android:singleLine="true"
+ android:ellipsize="end"/>
+
<!-- Name (or the phone number, if we don't have a name to display). -->
<TextView android:id="@+id/name"
android:layout_alignParentTop="true"