From ba3bc9cbfde0092d4971b7791861d8f78df90ff4 Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Thu, 13 Aug 2015 17:54:58 +0200 Subject: [PATCH] minor padding change on logo --- res/layout/account_setup.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/res/layout/account_setup.xml b/res/layout/account_setup.xml index ed3ca840..0b022bb8 100644 --- a/res/layout/account_setup.xml +++ b/res/layout/account_setup.xml @@ -38,8 +38,7 @@ android:id="@+id/thumbnail" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_marginBottom="20dp" - android:layout_marginTop="10dp" + android:layout_marginBottom="16dp" android:src="@drawable/logo" android:contentDescription="@string/app_name"/> -- 2.11.0