summaryrefslogtreecommitdiffstats
path: root/res/layout/event_info_dialog.xml
diff options
context:
space:
mode:
authorSara Ting <sarating@google.com>2012-07-25 17:02:05 -0700
committerSara Ting <sarating@google.com>2012-07-25 17:02:05 -0700
commit6816194681705012b524d2de833603b59dba8261 (patch)
tree55420bf6bb8e9bfe5148afc0fcbb4a496f16f90d /res/layout/event_info_dialog.xml
parent111745e9b06702ad3915a6af9d6a267c643234dc (diff)
downloadandroid_packages_apps_Calendar-6816194681705012b524d2de833603b59dba8261.tar.gz
android_packages_apps_Calendar-6816194681705012b524d2de833603b59dba8261.tar.bz2
android_packages_apps_Calendar-6816194681705012b524d2de833603b59dba8261.zip
Make some event info text selectable (for copying).
Bug:3241215 Change-Id: I265b7bb14249f3c4cee75aa611b02d76e9b7d124
Diffstat (limited to 'res/layout/event_info_dialog.xml')
-rw-r--r--res/layout/event_info_dialog.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/layout/event_info_dialog.xml b/res/layout/event_info_dialog.xml
index 2ec6bef8..3ac2ff17 100644
--- a/res/layout/event_info_dialog.xml
+++ b/res/layout/event_info_dialog.xml
@@ -76,6 +76,7 @@
android:layout_width="0dip"
android:layout_height="wrap_content"
android:autoLink="all"
+ android:textIsSelectable="true"
android:textStyle="bold"
android:textColor="@color/event_info_headline_color"
android:textColorLink="@color/event_info_headline_color"
@@ -128,6 +129,7 @@
android:layout_marginTop="2dip"
android:paddingLeft="16dip"
android:paddingRight="16dip"
+ android:textIsSelectable="true"
android:textColor="@color/event_info_headline_color"
style="?android:attr/textAppearanceLarge" />
@@ -152,6 +154,7 @@
android:textSize="18sp"
android:paddingLeft="16dip"
android:paddingRight="16dip"
+ android:textIsSelectable="true"
android:textColor="@color/event_info_headline_color"
android:textColorLink="@color/event_info_headline_link_color"
style="?android:attr/textAppearanceLarge" />
@@ -184,6 +187,7 @@
android:singleLine="true"
android:layout_marginLeft="4dip"
android:layout_marginRight="8dip"
+ android:textIsSelectable="true"
android:textColor="@color/event_info_organizer_color"
style="?android:attr/textAppearanceSmall"
android:textSize="18sp"/>