|
@@ -189,14 +189,14 @@
|
|
android:id="@id/buttonOK"
|
|
android:id="@id/buttonOK"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
- android:layout_above="@id/account_register"
|
|
|
|
|
|
+ android:layout_above="@+id/welcome_link"
|
|
android:layout_centerHorizontal="true"
|
|
android:layout_centerHorizontal="true"
|
|
android:enabled="false"
|
|
android:enabled="false"
|
|
android:onClick="onOkClick"
|
|
android:onClick="onOkClick"
|
|
android:text="@string/setup_btn_connect" />
|
|
android:text="@string/setup_btn_connect" />
|
|
|
|
|
|
<Button
|
|
<Button
|
|
- android:id="@+id/account_register"
|
|
|
|
|
|
+ android:id="@id/welcome_link"
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignParentBottom="true"
|
|
android:layout_alignParentBottom="true"
|
|
@@ -206,7 +206,6 @@
|
|
android:paddingBottom="5dp"
|
|
android:paddingBottom="5dp"
|
|
android:paddingTop="5dp"
|
|
android:paddingTop="5dp"
|
|
android:text="@string/auth_register"
|
|
android:text="@string/auth_register"
|
|
- android:textColor="#0000FF"
|
|
|
|
- android:visibility="invisible" />
|
|
|
|
|
|
+ android:textColor="#0000FF"/>
|
|
|
|
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|