X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/blobdiff_plain/dea37f653c4ec0e39ea3c8d30809996660b5816f..50c079d646c4f4fb287c0fb51bb072a56d5fa0e2:/res/layout/account_setup.xml diff --git a/res/layout/account_setup.xml b/res/layout/account_setup.xml index cab3d8b8..1f712ee8 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, @@ -22,23 +22,27 @@ android:layout_height="match_parent" android:layout_gravity="center" android:fillViewport="true" - android:orientation="vertical" > + android:orientation="vertical" + android:id="@+id/scroll" + > + android:background="@color/login_logo_background_color" + android:src="@drawable/logo" + android:contentDescription="@string/app_name"/>