<?xml version="1.0" encoding="utf-8"?>
<ScrollView
android:id="@+id/addServerView"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
xmlns:android="http://schemas.android.com/apk/res/android">
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
xmlns:android="http://schemas.android.com/apk/res/android"
android:scrollbars="vertical">
<TextView
android:id="@+id/tvServerName"
android:text="@string/tvServerName"
android:layout_height="wrap_content"
android:layout_width="fill_parent"/>
<EditText
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:id="@+id/etServerName"
android:inputType="text"/>
<TextView
android:text="@string/tvServerDesc"
android:id="@+id/tvServerDesc"
android:layout_width="fill_parent"
android:layout_height="wrap_content"/>
<EditText
android:id="@+id/etServerDesc"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:inputType="text"/>
<TextView
android:text="@string/tvServerPort"
android:id="@+id/tvServerPort"
android:layout_width="fill_parent"
android:layout_height="wrap_content"/>
<EditText
android:id="@+id/etServerPort"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:inputType="text"
android:hint="@string/etServerPort"/>
<TextView
android:text="@string/tvServerUser"
android:id="@+id/tvServerUser"
android:layout_width="fill_parent"
android:layout_height="wrap_content"/>
<EditText
android:id="@+id/etServerUser"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:inputType="text"/>
<TextView
android:text="@string/tvServerPass"
android:id="@+id/tvServerPass"
android:layout_width="fill_parent"
android:layout_height="wrap_content"/>
<EditText
android:id="@+id/etServerPass"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:inputType="textPassword"/>
<Button
android:text="@string/btAddServer"
android:id="@+id/btAddServer"
android:layout_width="fill_parent"
android:layout_height="wrap_content"/>
</LinearLayout>
</ScrollView>
# |
Change |
User |
Description |
Committed |
|
#1
|
8980 |
Matt Attaway |
Add source code for both the Android and iOS versions of P4Scout. |
|
|