blob: cc841eaf2ab82803bd768ff18e4c5c33ced88721 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
>
<ScrollView android:id="@+id/upload_list_scroller"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:scrollX="0px"
android:scrollY="0px"
>
<LinearLayout android:id="@+id/upload_list_container"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical"
>
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="@string/txtvw_upload_help"
/>
<CheckBox
android:id="@+id/login"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="@string/login"
/>
<Button
android:id="@+id/login_google"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="@string/btn_login_google"
/>
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="@string/txtvw_benchname"
/>
<EditText
android:id="@+id/benchName"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="@string/default_benchname"
/>
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="@string/txtvw_email"
/>
<EditText
android:id="@+id/email"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
/>
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="@string/txtvw_api"
/>
<EditText
android:id="@+id/api"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
/>
<Button
android:id="@+id/send"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="@string/btn_send_text"
/>
</LinearLayout>
</ScrollView>
</LinearLayout>