summaryrefslogtreecommitdiffstats
path: root/res/layout-sw600dp
diff options
context:
space:
mode:
authorAndrew Sapperstein <asapperstein@google.com>2012-08-03 16:06:00 -0700
committerAndrew Sapperstein <asapperstein@google.com>2012-08-03 16:07:20 -0700
commit5d3c76f3da89d25f4ec61951ca3bf81349f2aa38 (patch)
tree0bb7f298f9033fcc684dda2d01fb6368897f3409 /res/layout-sw600dp
parenta41d303afaebfc8b380e193118af47e525358dcc (diff)
downloadandroid_packages_apps_UnifiedEmail-5d3c76f3da89d25f4ec61951ca3bf81349f2aa38.tar.gz
android_packages_apps_UnifiedEmail-5d3c76f3da89d25f4ec61951ca3bf81349f2aa38.tar.bz2
android_packages_apps_UnifiedEmail-5d3c76f3da89d25f4ec61951ca3bf81349f2aa38.zip
Added transitions to attachments in compose.
Fixes b/6927541. Change-Id: Id8ab8181988febbc19f866497bbef090f8427a4e
Diffstat (limited to 'res/layout-sw600dp')
-rw-r--r--res/layout-sw600dp/compose.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/res/layout-sw600dp/compose.xml b/res/layout-sw600dp/compose.xml
index dd00a3004..90137464c 100644
--- a/res/layout-sw600dp/compose.xml
+++ b/res/layout-sw600dp/compose.xml
@@ -39,7 +39,8 @@
<LinearLayout android:id="@+id/content"
android:orientation="horizontal"
android:layout_width="match_parent"
- android:layout_height="wrap_content">
+ android:layout_height="wrap_content"
+ android:animateLayoutChanges="true">
<!-- For the to, cc, bcc, and subject -->
<LinearLayout android:id="@+id/wrapper"
@@ -64,8 +65,9 @@
android:layout_width="match_parent"
android:orientation="vertical"
android:layout_marginTop="8dip"
- android:paddingTop="2dip"
android:layout_marginRight="@dimen/compose_area_right_padding"
+ android:animateLayoutChanges="true"
+ android:paddingTop="2dip"
android:paddingBottom="0dip"
android:paddingLeft="0dip"
android:visibility="gone" >