X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/blobdiff_plain/5116bd99e26954fb83621863ff26e351d0a08cfd..88eca70dbf417507da2f4c6ae0aa024ba794a9fe:/res/layout/account_setup.xml diff --git a/res/layout/account_setup.xml b/res/layout/account_setup.xml index b2973a0c..3a8655fa 100644 --- a/res/layout/account_setup.xml +++ b/res/layout/account_setup.xml @@ -3,7 +3,7 @@ ownCloud Android client application Copyright (C) 2012 Bartek Przybylski - Copyright (C) 2012-2013 ownCloud Inc. + Copyright (C) 2015 ownCloud Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 2, @@ -38,20 +38,22 @@ android:id="@+id/thumbnail" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_marginBottom="10dp" + android:layout_marginBottom="20dp" android:layout_marginTop="10dp" android:background="@color/login_logo_background_color" - android:src="@drawable/logo" /> + android:src="@drawable/logo" + android:contentDescription="@string/app_name"/> -