summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/layout-sw600dp/compose.xml6
-rw-r--r--res/layout/compose.xml2
-rw-r--r--res/layout/compose_attachments.xml6
3 files changed, 10 insertions, 4 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" >
diff --git a/res/layout/compose.xml b/res/layout/compose.xml
index 26afee350..132063da1 100644
--- a/res/layout/compose.xml
+++ b/res/layout/compose.xml
@@ -32,6 +32,7 @@
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent"
+ android:animateLayoutChanges="true"
android:paddingLeft="16dip"
android:paddingRight="16dip">
@@ -53,6 +54,7 @@
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:orientation="vertical"
+ android:animateLayoutChanges="true"
android:paddingTop="8dip"
android:paddingRight="5dip"
android:paddingBottom="0dip"
diff --git a/res/layout/compose_attachments.xml b/res/layout/compose_attachments.xml
index 2ef0c78bc..5e6c0aae0 100644
--- a/res/layout/compose_attachments.xml
+++ b/res/layout/compose_attachments.xml
@@ -61,10 +61,12 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="8dip"
- android:layout_marginBottom="8dip" />
+ android:layout_marginBottom="8dip"
+ android:animateLayoutChanges="true" />
<LinearLayout
android:id="@+id/attachment_bar_list"
android:layout_width="match_parent"
android:layout_height="wrap_content"
+ android:animateLayoutChanges="true"
android:orientation="vertical" />
-</merge> \ No newline at end of file
+</merge>