|
@@ -186,16 +186,14 @@
|
|
|
</LinearLayout>
|
|
|
|
|
|
<Button
|
|
|
- android:id="@id/buttonOK"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:background="@android:drawable/btn_default"
|
|
|
- android:layout_above="@id/account_register"
|
|
|
- android:layout_centerHorizontal="true"
|
|
|
- android:enabled="false"
|
|
|
- android:onClick="onOkClick"
|
|
|
- android:text="@string/setup_btn_connect"
|
|
|
- />
|
|
|
+ android:id="@id/buttonOK"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_above="@id/account_register"
|
|
|
+ android:layout_centerHorizontal="true"
|
|
|
+ android:enabled="false"
|
|
|
+ android:onClick="onOkClick"
|
|
|
+ android:text="@string/setup_btn_connect" />
|
|
|
|
|
|
<Button
|
|
|
android:id="@+id/account_register"
|