summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorGilles Franck Mevaa <gillesd@google.com>2016-01-04 12:25:36 -0800
committerGilles Franck Mevaa <gillesd@google.com>2016-01-19 15:01:58 -0800
commitebd3643240df89e0e9e3bb649ae7bd16cae912db (patch)
tree57f6270e7832bbf1ffeb2ae88c0de85e9aeb8613 /res
parentb2ad95ed00044fe436ecb3c27c3e0651a6fe9112 (diff)
New Spam-related options in call log entries.
This includes small UI additions to the call log UI; Mainly, two new buttons to mark each phone number entry as a Spam number or remove the phone number from the spam list. This also includes a service definition that will be needed to render the buttons or keep them hidden. Change-Id: I7cf22f6027728ebc0dfe9e3b5b923ee70bcaadd2
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">