summaryrefslogtreecommitdiffstats
path: root/res/layout/compose.xml
diff options
context:
space:
mode:
authorAndy Huang <ath@google.com>2012-01-06 18:14:30 -0800
committerAndy Huang <ath@google.com>2012-01-06 18:30:08 -0800
commit30e2c24b056542f3b1b438aeb798305d1226d0c8 (patch)
treea55803d47fda307391539241f778dd18e5758143 /res/layout/compose.xml
parent51a9ed0ffacedc3ac0fa17b3f9b85df6ee34ebc1 (diff)
downloadandroid_packages_apps_UnifiedEmail-30e2c24b056542f3b1b438aeb798305d1226d0c8.tar.gz
android_packages_apps_UnifiedEmail-30e2c24b056542f3b1b438aeb798305d1226d0c8.tar.bz2
android_packages_apps_UnifiedEmail-30e2c24b056542f3b1b438aeb798305d1226d0c8.zip
rename unified email's package name to com.android.mail
New code needs a new package name. Fixes IDE conflicts when browsing. Change-Id: I328484c6d6c71df077a05d2f7d6d1e85074107c2
Diffstat (limited to 'res/layout/compose.xml')
-rw-r--r--res/layout/compose.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/compose.xml b/res/layout/compose.xml
index 91c853b0d..5a0f2feaf 100644
--- a/res/layout/compose.xml
+++ b/res/layout/compose.xml
@@ -49,7 +49,7 @@
</LinearLayout>
<!-- Attachments -->
- <com.android.email.compose.AttachmentsView android:id="@+id/attachments"
+ <com.android.mail.compose.AttachmentsView android:id="@+id/attachments"
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:orientation="vertical"
@@ -62,7 +62,7 @@
<include layout="@layout/compose_body"/>
<!-- Quoted text -->
- <com.android.email.compose.QuotedTextView android:id="@+id/quoted_text_view"
+ <com.android.mail.compose.QuotedTextView android:id="@+id/quoted_text_view"
android:layout_height="wrap_content"
android:layout_width="match_parent" />