summaryrefslogtreecommitdiffstats
path: root/res/layout/call_log_list_item.xml
diff options
context:
space:
mode:
authorChiao Cheng <chiaocheng@google.com>2013-09-24 15:40:43 -0700
committerChiao Cheng <chiaocheng@google.com>2013-09-24 16:51:50 -0700
commitc5b6a693d4773214ff8d3fcfa43d0a29581bb886 (patch)
tree3e9f4627fc2e8f725a1064cc5d7c56f004943c45 /res/layout/call_log_list_item.xml
parent8ea8569dbb1e4dba8e7dd558f82373cbb90e933c (diff)
downloadandroid_packages_apps_Dialer-c5b6a693d4773214ff8d3fcfa43d0a29581bb886.tar.gz
android_packages_apps_Dialer-c5b6a693d4773214ff8d3fcfa43d0a29581bb886.tar.bz2
android_packages_apps_Dialer-c5b6a693d4773214ff8d3fcfa43d0a29581bb886.zip
Adding missed call badge.
Bug: 10861718 Change-Id: I3a889a71cff7abac578da83d09dd7af23f3f88ca
Diffstat (limited to 'res/layout/call_log_list_item.xml')
-rw-r--r--res/layout/call_log_list_item.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/layout/call_log_list_item.xml b/res/layout/call_log_list_item.xml
index c49b4b008..1bd448c5a 100644
--- a/res/layout/call_log_list_item.xml
+++ b/res/layout/call_log_list_item.xml
@@ -140,4 +140,10 @@
android:paddingTop="@dimen/call_log_inner_margin"
android:paddingBottom="@dimen/call_log_inner_margin" />
+ <!-- Displays the extra link section -->
+ <ViewStub android:id="@+id/link_stub"
+ android:layout="@layout/call_log_list_item_extra"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"/>
+
</view>