summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorGilles Franck Mevaa <gillesd@google.com>2016-01-19 23:03:36 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2016-01-19 23:03:36 +0000
commite9fd1cf0e3dde7b0f5f25dc195a25fb83b22c0de (patch)
tree13508cbadacd91941582bb155b0b24c31344e154 /res
parent637a013d366fd9300fa7a9efb5024ac592bca537 (diff)
parentebd3643240df89e0e9e3bb649ae7bd16cae912db (diff)
Merge "New Spam-related options in call log entries." into ub-contactsdialer-b-dev
Diffstat (limited to 'res')
-rw-r--r--res/layout/call_log_list_item_actions.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/layout/call_log_list_item_actions.xml b/res/layout/call_log_list_item_actions.xml
index ca0040589..63385eef5 100644
--- a/res/layout/call_log_list_item_actions.xml
+++ b/res/layout/call_log_list_item_actions.xml
@@ -129,6 +129,11 @@
</LinearLayout>
+ <ViewStub
+ android:id="@+id/spam_actions_container"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"/>
+
<LinearLayout
android:id="@+id/details_action"
style="@style/CallLogActionStyle">