summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2015-06-09 15:59:47 -0700
committerAndrew Lee <anwlee@google.com>2015-06-10 15:32:06 -0700
commit2f05af35af03de67c1c474cd148719b24fac3552 (patch)
tree8fca74e40392668e3a545cfdf94c5310835dc51d /res/layout
parenta74ebca775f79f12354eaf335cb952ce246272fc (diff)
Move "Report" to CallDetailActivity.
- Delete old report button/handling code. + Convert menu click listeners into single onMenuItemClick method. + Add and populate objectId on PhoneCallDetails, to be able to tell from the CallDetailActivity whether to enable reporting. Change-Id: Ie4b9a3c1835792cbba04dc826f71fd2e53071400
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/call_log_list_item_actions.xml14
1 files changed, 0 insertions, 14 deletions
diff --git a/res/layout/call_log_list_item_actions.xml b/res/layout/call_log_list_item_actions.xml
index 569048b7d..d4c970655 100644
--- a/res/layout/call_log_list_item_actions.xml
+++ b/res/layout/call_log_list_item_actions.xml
@@ -98,18 +98,4 @@
</LinearLayout>
- <LinearLayout
- android:id="@+id/report_action"
- style="@style/CallLogActionStyle">
-
- <ImageView
- style="@style/CallLogActionIconStyle"
- android:src="@drawable/ic_report_problem_24dp" />
-
- <TextView
- style="@style/CallLogActionTextStyle"
- android:text="@string/call_log_action_report" />
-
- </LinearLayout>
-
</LinearLayout>