From 42896f76d81dbae873614340a3a78b29e7d463d2 Mon Sep 17 00:00:00 2001 From: Sara Ting Date: Thu, 15 Mar 2012 15:24:36 -0700 Subject: Adding 'Email attendees' button to event info screen. Adding ability to email all the attendees of an event. All declining attendees are put in the 'cc' field, with all others in the 'to' field. Change-Id: Id6b2dbcc70a2aac22ce9027e0d356a5e8c785ba3 --- res/layout/event_info_dialog.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'res/layout/event_info_dialog.xml') diff --git a/res/layout/event_info_dialog.xml b/res/layout/event_info_dialog.xml index eded62b7..c625ad91 100644 --- a/res/layout/event_info_dialog.xml +++ b/res/layout/event_info_dialog.xml @@ -97,10 +97,22 @@ android:layout_height="32dip" android:layout_weight="1" android:enabled="false" + android:visibility="gone" android:layout_marginTop="8dip" android:layout_marginRight="16dip" style="?android:attr/buttonBarButtonStyle" android:background="@drawable/event_info_compose_button" /> +