-<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="fill_parent" android:layout_height="fill_parent"
- android:orientation="vertical" android:background="#F7F7F7" android:focusable="true">
- <LinearLayout android:id="@+id/linearLayout7" android:paddingBottom="2pt" android:gravity="center_vertical|top" android:layout_gravity="top" android:layout_height="wrap_content" android:paddingTop="2pt" android:orientation="vertical" android:layout_width="fill_parent" android:background="#1D2D44">
- <ImageView android:id="@+id/main_header_small" android:src="@drawable/owncloud_logo_small_white" android:layout_gravity="center|center_vertical|center_horizontal" android:layout_height="wrap_content" android:layout_width="wrap_content" android:focusable="true"></ImageView>
- </LinearLayout>
- <LinearLayout android:id="@+id/linearLayout2" android:layout_width="fill_parent" android:orientation="vertical" android:gravity="center_vertical" android:layout_gravity="center|center_vertical" android:layout_height="fill_parent">
- <TableLayout android:id="@+id/tableLayout1" android:layout_height="wrap_content" android:gravity="center_horizontal" android:layout_width="fill_parent">
- <TableRow android:layout_height="wrap_content" android:id="@+id/tableRow1" android:layout_width="wrap_content" android:gravity="center_horizontal">
- <TextView android:id="@+id/textView1" android:text="@string/setup_title" android:layout_marginBottom="15dip" android:layout_width="wrap_content" android:layout_height="wrap_content" android:textColor="@android:color/black" android:textStyle="bold" android:layout_marginTop="15dip" android:textSize="7pt"></TextView>
- </TableRow>
- <TableRow android:layout_height="wrap_content" android:weightSum="1.0" android:id="@+id/tableRow2" android:layout_width="wrap_content" android:gravity="center_horizontal">
- <EditText android:id="@+id/host_URL" android:layout_weight="0.75" android:layout_width="fill_parent" android:layout_height="wrap_content" android:hint="@string/setup_hint_address">
- <requestFocus></requestFocus>
- </EditText>
- </TableRow>
- <TableRow android:layout_height="wrap_content" android:weightSum="1.0" android:id="@+id/tableRow3" android:layout_width="wrap_content" android:gravity="center_horizontal">
- <EditText android:id="@+id/account_username" android:layout_weight=".75" android:layout_width="fill_parent" android:layout_height="wrap_content" android:textColor="@android:color/black" android:hint="@string/setup_hint_username"></EditText>
- </TableRow>
- <TableRow android:layout_height="wrap_content" android:weightSum="1.0" android:id="@+id/tableRow4" android:layout_width="fill_parent" android:gravity="center_horizontal">
- <EditText android:id="@+id/account_password" android:layout_weight=".75" android:layout_width="fill_parent" android:inputType="textPassword" android:layout_height="wrap_content" android:textColor="@android:color/black" android:hint="@string/setup_hint_password"></EditText>
- </TableRow>
- </TableLayout>
- <LinearLayout android:layout_height="wrap_content" android:weightSum="1.0" android:id="@+id/linearLayout1" android:layout_width="fill_parent" android:gravity="center_horizontal" android:orientation="horizontal">
- <Button android:id="@+id/buttonOK" android:text="@string/setup_btn_connect" android:layout_width="wrap_content" android:layout_weight=".50" android:layout_height="wrap_content" android:onClick="onOkClick"></Button>
- </LinearLayout>
- </LinearLayout>
-</LinearLayout>
+<?xml version="1.0" encoding="utf-8"?>\r
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"\r
+ android:layout_width="fill_parent"\r
+ android:layout_height="fill_parent"\r
+ android:background="#F7F7F7"\r
+ android:focusable="true"\r
+ android:orientation="vertical" >\r
+\r
+ <LinearLayout\r
+ android:id="@+id/linearLayout7"\r
+ android:layout_width="fill_parent"\r
+ android:layout_height="wrap_content"\r
+ android:layout_gravity="top"\r
+ android:background="#1D2D44"\r
+ android:gravity="center_vertical|top"\r
+ android:orientation="vertical"\r
+ android:paddingBottom="2pt"\r
+ android:paddingTop="2pt" >\r
+\r
+ <ImageView\r
+ android:id="@+id/main_header_small"\r
+ android:layout_width="wrap_content"\r
+ android:layout_height="wrap_content"\r
+ android:layout_gravity="center|center_vertical|center_horizontal"\r
+ android:focusable="true"\r
+ android:src="@drawable/owncloud_logo_small_white" >\r
+ </ImageView>\r
+ </LinearLayout>\r
+\r
+ <LinearLayout\r
+ android:id="@+id/linearLayout2"\r
+ android:layout_width="fill_parent"\r
+ android:layout_height="fill_parent"\r
+ android:layout_gravity="center|center_vertical"\r
+ android:gravity="center_vertical"\r
+ android:orientation="vertical" >\r
+\r
+ <TableLayout\r
+ android:id="@+id/tableLayout1"\r
+ android:layout_width="fill_parent"\r
+ android:layout_height="wrap_content"\r
+ android:gravity="center_horizontal" >\r
+\r
+ <TableRow\r
+ android:id="@+id/tableRow1"\r
+ android:layout_width="wrap_content"\r
+ android:layout_height="wrap_content"\r
+ android:gravity="center_horizontal" >\r
+\r
+ <TextView\r
+ android:id="@+id/textView1"\r
+ android:layout_width="wrap_content"\r
+ android:layout_height="wrap_content"\r
+ android:layout_marginBottom="15dip"\r
+ android:layout_marginTop="15dip"\r
+ android:text="@string/setup_title"\r
+ android:textColor="@android:color/black"\r
+ android:textSize="7pt"\r
+ android:textStyle="bold" >\r
+ </TextView>\r
+ </TableRow>\r
+\r
+ <TableRow\r
+ android:id="@+id/tableRow2"\r
+ android:layout_width="wrap_content"\r
+ android:layout_height="wrap_content"\r
+ android:gravity="center_horizontal"\r
+ android:weightSum="1.0" >\r
+\r\r\r
+ <EditText\r
+ android:id="@+id/host_URL"\r
+ android:layout_width="fill_parent"\r
+ android:layout_height="wrap_content"\r
+ android:layout_weight="0.75"\r
+ android:hint="@string/setup_hint_address"\r
+ android:inputType="textUri"\r
+ android:singleLine="true" >\r
+\r
+ <requestFocus>\r
+ </requestFocus>\r
+ </EditText>\r
+ </TableRow>\r
+\r
+ <TableRow\r
+ android:id="@+id/tableRow3"\r
+ android:layout_width="wrap_content"\r
+ android:layout_height="wrap_content"\r
+ android:gravity="center_horizontal"\r
+ android:weightSum="1.0" >\r
+\r\r
+ <EditText\r
+ android:id="@+id/account_username"\r
+ android:layout_width="fill_parent"\r
+ android:layout_height="wrap_content"\r
+ android:layout_weight=".75"\r
+ android:hint="@string/setup_hint_username"\r
+ android:singleLine="true"\r
+ android:textColor="@android:color/black" >\r
+\r
+ </EditText>\r
+ </TableRow>\r
+\r
+ <TableRow\r
+ android:id="@+id/tableRow4"\r
+ android:layout_width="fill_parent"\r
+ android:layout_height="wrap_content"\r
+ android:gravity="center_horizontal"\r
+ android:weightSum="1.0" >\r
+\r\r
+ <EditText\r
+ android:id="@+id/account_password"\r
+ android:layout_width="fill_parent"\r
+ android:layout_height="wrap_content"\r
+ android:layout_weight=".75"\r
+ android:hint="@string/setup_hint_password"\r
+ android:inputType="textPassword"\r
+ android:singleLine="true"\r
+ android:textColor="@android:color/black" >\r
+\r
+ </EditText>\r
+ </TableRow>\r
+ </TableLayout>\r
+\r
+ <LinearLayout\r
+ android:id="@+id/linearLayout1"\r
+ android:layout_width="fill_parent"\r
+ android:layout_height="wrap_content"\r
+ android:gravity="center_horizontal"\r
+ android:orientation="horizontal"\r
+ android:weightSum="1.0" >\r
+\r
+ <Button\r
+ android:id="@+id/buttonOK"\r
+ android:layout_width="wrap_content"\r
+ android:layout_height="wrap_content"\r
+ android:layout_weight=".50"\r
+ android:onClick="onOkClick"\r
+ android:text="@string/setup_btn_connect" >\r
+ </Button>\r
+ </LinearLayout>\r
+ </LinearLayout>\r
+\r
+</LinearLayout>
\ No newline at end of file