summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorYujing Gu <guy@codeaurora.org>2016-05-08 10:34:57 +0800
committerLinux Build Service Account <lnxbuild@localhost>2016-08-24 08:18:02 -0600
commit33ba40d02c2703c9341465f874a4eab885840efb (patch)
tree25bf9fa20b71b9ba7a0a9e4d126f778d7a5f8524 /res/layout
parentd47747eb1667aa804b64a4136651c2f80bb6289f (diff)
downloadandroid_packages_apps_Dialer-33ba40d02c2703c9341465f874a4eab885840efb.tar.gz
android_packages_apps_Dialer-33ba40d02c2703c9341465f874a4eab885840efb.tar.bz2
android_packages_apps_Dialer-33ba40d02c2703c9341465f874a4eab885840efb.zip
Show SIM indicator for multiple SIM mode
- Add icon indicator subscription in call log - Add icon indicator icon in the incall screen CRs-Fixed: 934258 956437 cherry-pick from I5b4d9a503b2387e48fb3efd637a0299d934f5188 cherry-pick from I375a5bceda86149edcac57ffd8420043313da8e8 Change-Id: Ifa3d88a1ba6084cc5937d7695d698a30ef28aec0
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/call_log_list_item.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/res/layout/call_log_list_item.xml b/res/layout/call_log_list_item.xml
index 660bca36e..c8a33c56a 100644
--- a/res/layout/call_log_list_item.xml
+++ b/res/layout/call_log_list_item.xml
@@ -101,6 +101,14 @@
android:layout_marginEnd="@dimen/call_log_icon_margin"
android:layout_gravity="center_vertical" />
+ <ImageView
+ android:id="@+id/call_account_icon"
+ android:layout_width="@dimen/call_provider_small_icon_size"
+ android:layout_height="@dimen/call_provider_small_icon_size"
+ android:layout_marginEnd="@dimen/call_log_icon_margin"
+ android:layout_gravity="center_vertical"
+ android:scaleType="centerInside" />
+
<ImageView android:id="@+id/work_profile_icon"
android:src="@drawable/ic_work_profile"
android:layout_width="wrap_content"