summaryrefslogtreecommitdiffstats
path: root/res/layout-sw600dp
diff options
context:
space:
mode:
authorAndrew Sapperstein <asapperstein@google.com>2012-08-07 10:53:28 -0700
committerAndrew Sapperstein <asapperstein@google.com>2012-08-07 18:11:22 -0700
commitebc4bda7184ce659144eb95c7e73cb77ce3384da (patch)
tree60e6105ea36041b54c8b99054a84ab672a2dfed9 /res/layout-sw600dp
parent41dca185f7683b36bdafd9520c0648c897a95834 (diff)
downloadandroid_packages_apps_UnifiedEmail-ebc4bda7184ce659144eb95c7e73cb77ce3384da.tar.gz
android_packages_apps_UnifiedEmail-ebc4bda7184ce659144eb95c7e73cb77ce3384da.tar.bz2
android_packages_apps_UnifiedEmail-ebc4bda7184ce659144eb95c7e73cb77ce3384da.zip
Improved the animations in compose activity.
Change-Id: I544356733d6d742208bd1ab0a946edf83d17a464
Diffstat (limited to 'res/layout-sw600dp')
-rw-r--r--res/layout-sw600dp/compose.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/res/layout-sw600dp/compose.xml b/res/layout-sw600dp/compose.xml
index 90137464c..e2f60b9bb 100644
--- a/res/layout-sw600dp/compose.xml
+++ b/res/layout-sw600dp/compose.xml
@@ -31,16 +31,17 @@
android:layout_gravity="center_horizontal">
<LinearLayout
+ android:id="@+id/content"
android:layout_width="match_parent"
android:layout_height="match_parent"
+ android:animateLayoutChanges="true"
android:orientation="vertical"
android:paddingLeft="@dimen/compose_area_left_padding">
- <LinearLayout android:id="@+id/content"
+ <LinearLayout
android:orientation="horizontal"
android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:animateLayoutChanges="true">
+ android:layout_height="wrap_content">
<!-- For the to, cc, bcc, and subject -->
<LinearLayout android:id="@+id/wrapper"