<?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="wrap_content"
android:orientation="vertical"
android:padding="5px">
<TextView
android:id="@+id/tvUserName"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/tvServerUser"/>
<EditText
android:layout_height="wrap_content"
android:layout_width="fill_parent"
android:id="@+id/etServerUser"
android:inputType="text"/>
<TextView
android:id="@+id/tvPassword"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/tvServerPass"/>
<EditText
android:layout_height="wrap_content"
android:layout_width="fill_parent"
android:id="@+id/etServerPass"
android:inputType="textPassword"/>
<CheckBox
android:layout_height="wrap_content"
android:id="@+id/cbStorePw"
android:text="@string/cbStorePw"
android:layout_width="wrap_content"/>
<LinearLayout
android:layout_height="wrap_content"
android:layout_width="fill_parent">
<Button
android:layout_height="wrap_content"
android:id="@+id/btOK"
android:text="@string/btLogin"
android:layout_gravity="left|fill"
android:layout_width="fill_parent"
android:layout_weight="1"/>
<Button
android:layout_height="wrap_content"
android:id="@+id/btCancel"
android:text="@string/btCancel"
android:layout_gravity="right|fill"
android:layout_weight="1"
android:layout_width="fill_parent"/>
</LinearLayout>
</LinearLayout>
# |
Change |
User |
Description |
Committed |
|
#1
|
8980 |
Matt Attaway |
Add source code for both the Android and iOS versions of P4Scout. |
|
|