From e29d0754ad4ca944b6e16350b33caebfefdaa71a Mon Sep 17 00:00:00 2001 From: Sam Bosley Date: Thu, 7 Jun 2012 17:26:40 -0700 Subject: [PATCH] Layout polish to the add comment bar --- astrid/res/layout/tag_updates_fragment.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/astrid/res/layout/tag_updates_fragment.xml b/astrid/res/layout/tag_updates_fragment.xml index f3a67b03c..a088f74a8 100644 --- a/astrid/res/layout/tag_updates_fragment.xml +++ b/astrid/res/layout/tag_updates_fragment.xml @@ -84,7 +84,7 @@ android:layout_marginBottom="2dip" android:layout_marginTop="2dip" android:layout_marginLeft="1dip" - android:layout_marginRight="1dip" + android:layout_marginRight="8dip" android:layout_weight="100" android:autoText="true" android:background="?attr/asEditTextBackground" @@ -100,7 +100,7 @@ android:id="@+id/commentButton" android:layout_width="39dip" android:layout_height="39dip" - android:layout_marginLeft="3dip" + android:layout_marginRight="5dip" android:layout_weight="1" android:background="?attr/asAddButtonImg" android:scaleType="center" />