From 664b2018c038fa4626dd06741f117ed3296c11ea Mon Sep 17 00:00:00 2001 From: Anne Rong Date: Mon, 20 Jul 2015 18:03:38 -0700 Subject: Allow copying the voicemail transcription Added item to context menu that allows copying the voicemail transcript. Removed the select-on-double-tap from previous commit. Bug: 22451484 Change-Id: I518680afda74c4c15c5fb16b02a55cae64ed131d --- res/layout/call_log_list_item.xml | 1 - res/values/ids.xml | 1 + res/values/strings.xml | 6 ++++++ 3 files changed, 7 insertions(+), 1 deletion(-) (limited to 'res') diff --git a/res/layout/call_log_list_item.xml b/res/layout/call_log_list_item.xml index f5c0f369e..ec512b67f 100644 --- a/res/layout/call_log_list_item.xml +++ b/res/layout/call_log_list_item.xml @@ -96,7 +96,6 @@ android:textSize="@dimen/call_log_secondary_text_size" android:singleLine="true" android:ellipsize="marquee" - android:textIsSelectable="true" android:visibility="gone" /> + diff --git a/res/values/strings.xml b/res/values/strings.xml index eec9b0ca7..adf0456da 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -51,6 +51,12 @@ [CHAR LIMIT=30] --> Report inaccurate number + + Copy number to clipboard + + + Copy transcription to clipboard + Edit number before call -- cgit v1.2.3