summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
authorAnne Rong <annerong@google.com>2015-07-20 15:52:33 -0700
committerAnne Rong <annerong@google.com>2015-07-20 15:52:33 -0700
commit59c4dfdf471ee72d9e7994853daa6344a555a9e8 (patch)
tree00b6879897270e4d44e3f5657c20223b68934f68 /res/layout
parentab183510ce4ed4538d5bbbbfba512db240b32f27 (diff)
Allow coyping the voicemail transcription
Double-tap to select voicemail text Bug: 22451484 Change-Id: I85caf8542f929da6e5b8c025ea79b97edd019d9e
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/call_log_list_item.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/call_log_list_item.xml b/res/layout/call_log_list_item.xml
index ec512b67f..f5c0f369e 100644
--- a/res/layout/call_log_list_item.xml
+++ b/res/layout/call_log_list_item.xml
@@ -96,6 +96,7 @@
android:textSize="@dimen/call_log_secondary_text_size"
android:singleLine="true"
android:ellipsize="marquee"
+ android:textIsSelectable="true"
android:visibility="gone" />
<LinearLayout