summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorVictor Chang <vichang@google.com>2016-01-13 22:36:29 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-01-13 22:36:29 +0000
commit1ab5805e616bfacb5d101660e33ddaec26ead3f1 (patch)
tree4f4564c5e84f685b8baea3ef32d7098dbd7f5b65 /res
parent415ed980f4dd438d04483ad689613ea42ff682a2 (diff)
parent240523d3e1b4502326c8d0d313dd1787aa8ff024 (diff)
Show work badge icon/description in InCallUI/Dialer
am: 240523d3e1 * commit '240523d3e1b4502326c8d0d313dd1787aa8ff024': Show work badge icon/description in InCallUI/Dialer
Diffstat (limited to 'res')
-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 95de2680c..469e72ae5 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/work_profile_icon"
+ android:src="@drawable/ic_work_profile"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_marginEnd="@dimen/call_log_icon_margin"
+ android:scaleType="center"
+ android:visibility="gone" />
+
<TextView
android:id="@+id/call_location_and_date"
android:layout_width="wrap_content"