From b77bf5df2b866dd40e330b7c2dedee4a1d51fc78 Mon Sep 17 00:00:00 2001 From: Sai Cheemalapati Date: Thu, 10 Jul 2014 11:42:34 -0700 Subject: DO NOT MERGE Added report button to UI and database. It toasts when clicked for now. The database is not updated when it is clicked yet. Bug: 11150383 Change-Id: Ifd588bdfb36dd8a96977a870071a064726f6e669 (cherry picked from commit 3eae4825ee9a29bd43c9b01d3cbf92de6ad3eb11) --- res/layout/call_log_list_item_actions.xml | 19 ++++++++++++++++++- res/values/strings.xml | 9 +++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) (limited to 'res') diff --git a/res/layout/call_log_list_item_actions.xml b/res/layout/call_log_list_item_actions.xml index 609f2a98d..22fcca0c2 100644 --- a/res/layout/call_log_list_item_actions.xml +++ b/res/layout/call_log_list_item_actions.xml @@ -73,8 +73,25 @@ android:textSize="@dimen/call_log_list_item_actions_text_size" android:textStyle="bold" android:nextFocusLeft="@+id/voicemail_action" - android:nextFocusRight="@+id/primary_action_view" + android:nextFocusRight="@+id/report_action" android:focusable="true" android:singleLine="true"/> + diff --git a/res/values/strings.xml b/res/values/strings.xml index 2e7d93e70..e51aff714 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -685,6 +685,15 @@ [CHAR LIMIT=NONE] --> Call log entry deleted. + + Contact reported. + + + REPORT + Today -- cgit v1.2.3