summaryrefslogtreecommitdiffstats
path: root/res/layout-sw600dp
diff options
context:
space:
mode:
authormindyp <mindyp@google.com>2012-08-30 10:54:42 -0700
committermindyp <mindyp@google.com>2012-08-30 10:54:42 -0700
commite45aa1f2277b24107f2d18d36ba51f21a8df1de2 (patch)
tree2a1e050fd0700278377c235bb9b70b87b66944fe /res/layout-sw600dp
parentabc9e3d8d62d6b945cdc05bb26196d2bed7f16d1 (diff)
downloadandroid_packages_apps_UnifiedEmail-e45aa1f2277b24107f2d18d36ba51f21a8df1de2.tar.gz
android_packages_apps_UnifiedEmail-e45aa1f2277b24107f2d18d36ba51f21a8df1de2.tar.bz2
android_packages_apps_UnifiedEmail-e45aa1f2277b24107f2d18d36ba51f21a8df1de2.zip
Small tweaks to the layout for ux
Change-Id: I684e017c4ff064630277c0a5b235910081ed6f1d
Diffstat (limited to 'res/layout-sw600dp')
-rw-r--r--res/layout-sw600dp/compose.xml29
1 files changed, 15 insertions, 14 deletions
diff --git a/res/layout-sw600dp/compose.xml b/res/layout-sw600dp/compose.xml
index 02318b2ea..5687c160d 100644
--- a/res/layout-sw600dp/compose.xml
+++ b/res/layout-sw600dp/compose.xml
@@ -51,20 +51,20 @@
<TableRow
android:layout_width="match_parent"
android:layout_height="wrap_content">
- <LinearLayout
- android:id="@+id/to_content"
- android:layout_column="1"
- android:layout_width="0dip"
- android:layout_weight="1"
- style="@style/RecipientComposeFieldLayout"
- android:paddingRight="8dp"
- android:orientation="horizontal">
- <LinearLayout android:layout_width="0dip"
- android:layout_height="wrap_content"
+ <LinearLayout style="@style/FillRowStyle"
+ android:orientation="vertical">
+ <LinearLayout
+ android:id="@+id/to_content"
+ android:layout_width="match_parent"
+ style="@style/RecipientComposeFieldLayout"
+ android:paddingRight="8dp"
+ android:orientation="horizontal">
+ <LinearLayout android:layout_width="0dp"
android:layout_weight="1"
+ android:layout_height="wrap_content"
+ android:addStatesFromChildren="true"
android:gravity="center_vertical"
- android:layout_gravity="center_vertical"
- android:addStatesFromChildren="true">
+ android:layout_gravity="center_vertical">
<TextView style="@style/RecipientComposeHeading"
android:text="@string/to"
@@ -82,11 +82,12 @@
android:text="@string/add_cc_label"
style="@style/ComposeButton"
android:layout_width="wrap_content"
- android:layout_column="2"
android:layout_gravity="bottom"
android:gravity="bottom"
- android:layout_marginTop="16dip"
+ android:layout_marginBottom="6dip"
android:paddingLeft="8dip"/>
+ </LinearLayout>
+ <View style="@style/RecipientComposeFieldSpacer"/>
</LinearLayout>
</TableRow>
<TableRow