From: David A. Velasco Date: Wed, 6 Nov 2013 10:30:15 +0000 (+0100) Subject: Let setting up the visibility of the link for new users in the login view X-Git-Tag: oc-android-1.5.5~139^2~1 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/850a3dd09a8b04e4cb4b83f7c7e9c302f03ca669?ds=inline;hp=-c Let setting up the visibility of the link for new users in the login view --- 850a3dd09a8b04e4cb4b83f7c7e9c302f03ca669 diff --git a/res/layout-land/account_setup.xml b/res/layout-land/account_setup.xml index 322ac9af..c6723629 100644 --- a/res/layout-land/account_setup.xml +++ b/res/layout-land/account_setup.xml @@ -189,14 +189,14 @@ android:id="@id/buttonOK" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_above="@id/account_register" + android:layout_above="@+id/welcome_link" android:layout_centerHorizontal="true" android:enabled="false" android:onClick="onOkClick" android:text="@string/setup_btn_connect" />