From 912d867f27a2b05ed6d0710166dd3d8d975e3da5 Mon Sep 17 00:00:00 2001 From: "David A. Velasco" Date: Tue, 9 Jul 2013 09:50:55 +0200 Subject: [PATCH] Fixed alignment of embedded refresh button and url input field --- res/layout/account_setup.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/res/layout/account_setup.xml b/res/layout/account_setup.xml index 14dd20d6..4c6b2082 100644 --- a/res/layout/account_setup.xml +++ b/res/layout/account_setup.xml @@ -53,11 +53,13 @@ android:id="@+id/hostUrlFrame" android:layout_width="match_parent" android:layout_height="wrap_content" + android:layout_marginBottom="10dp" > -- 2.11.0