summaryrefslogtreecommitdiffstats
path: root/res/layout/compose.xml
diff options
context:
space:
mode:
authorMindy Pereira <mindyp@google.com>2012-01-10 15:05:27 -0800
committerMindy Pereira <mindyp@google.com>2012-01-10 15:21:03 -0800
commiteaea9f16b2b61eed6b62fe9a5c567bfbe0d75d80 (patch)
tree113c4c39e627022466306f0a57ad16308bb2d139 /res/layout/compose.xml
parent913897e6879f5f2713b56f13022bd784cf58a585 (diff)
downloadandroid_packages_apps_UnifiedEmail-eaea9f16b2b61eed6b62fe9a5c567bfbe0d75d80.tar.gz
android_packages_apps_UnifiedEmail-eaea9f16b2b61eed6b62fe9a5c567bfbe0d75d80.tar.bz2
android_packages_apps_UnifiedEmail-eaea9f16b2b61eed6b62fe9a5c567bfbe0d75d80.zip
Cleanup to simplify code; save on exit rules.
We had dupes of a number of things that we had to keep in sync. Instead, we now use mAccounts and mAccount instead of mSelectedAccount and mReplyFromAccounts, and mAttachmentsChanged instead of mAttachAddedOrRemoved. Also takes care of save on exit logic (first part) without defininf the recipientedittextview specific text watchers. Change-Id: Ic08d8e91c12870cb1c2997c7d36d0b5e230437af
Diffstat (limited to 'res/layout/compose.xml')
-rw-r--r--res/layout/compose.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/compose.xml b/res/layout/compose.xml
index 5a0f2feaf..0d0b680d4 100644
--- a/res/layout/compose.xml
+++ b/res/layout/compose.xml
@@ -64,7 +64,8 @@
<!-- Quoted text -->
<com.android.mail.compose.QuotedTextView android:id="@+id/quoted_text_view"
android:layout_height="wrap_content"
- android:layout_width="match_parent" />
+ android:layout_width="match_parent"
+ android:visibility="gone" />
<View android:id="@+id/composearea_tap_trap_bottom"
android:clickable="true"