summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorGilles Franck Mevaa <gillesd@google.com>2016-01-19 23:08:27 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-01-19 23:08:27 +0000
commit9fcecd08b3134bb02cbf8436f91b5a6d1eea1cd0 (patch)
treed937f32f32f3f16644bfc9ebb9ead4c5d86b6fa4 /res
parent0ad1e18c9f8fadcb2f8d1a3b1a6fd8cd886d31ea (diff)
parente9fd1cf0e3dde7b0f5f25dc195a25fb83b22c0de (diff)
Merge "New Spam-related options in call log entries." into ub-contactsdialer-b-dev
am: e9fd1cf0e3 * commit 'e9fd1cf0e3dde7b0f5f25dc195a25fb83b22c0de': New Spam-related options in call log entries.
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">