summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorNancy Chen <nancychen@google.com>2014-07-23 14:18:49 -0700
committerNancy Chen <nancychen@google.com>2014-07-23 15:06:35 -0700
commit946ec05d2a7535f30367558e18e73e1cf74deb6b (patch)
tree07093c221da3385ad34ab6a5e494a6d75ad2d047 /res/layout
parent69c247f619fd2f2474070bdbcec32b78f6444149 (diff)
downloadandroid_packages_apps_Dialer-946ec05d2a7535f30367558e18e73e1cf74deb6b.tar.gz
android_packages_apps_Dialer-946ec05d2a7535f30367558e18e73e1cf74deb6b.tar.bz2
android_packages_apps_Dialer-946ec05d2a7535f30367558e18e73e1cf74deb6b.zip
Add disambiguation phone icon to recent phone call
Adding phone icon to recent phone card to differentiate behavior from a regular call log item. Bug: 15188371 Change-Id: I7de2c019e318f8d74a7783c7a566239f9d4e1725
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/call_log_list_item.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/res/layout/call_log_list_item.xml b/res/layout/call_log_list_item.xml
index 1e61f7768..ad382e51d 100644
--- a/res/layout/call_log_list_item.xml
+++ b/res/layout/call_log_list_item.xml
@@ -132,6 +132,16 @@
/>
</LinearLayout>
</LinearLayout>
+ <ImageView
+ android:id="@+id/call_indicator_icon"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_gravity="center_vertical"
+ android:src="@drawable/ic_results_phone"
+ android:tint="@color/recent_call_log_item_phone_icon_tint"
+ android:alpha="0.3"
+ android:visibility="gone"
+ />
</LinearLayout>
<!-- Viewstub with additional expandable actions for a call log entry -->