<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
android:id="@+id/llHelpTopicContent"
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:padding="8dip"
android:clickable="false"
android:orientation="vertical">
<TextView
android:layout_height="wrap_content"
android:layout_width="fill_parent"
android:text="@string/helpDetailAddingServers"/>
<TextView
android:text="@string/helpServerFields"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="8dip"
android:layout_marginBottom="4dip"
android:textStyle="bold"/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="8dip"
android:text="@string/tvServerName"
android:textStyle="bold"/>
<TextView
android:text="@string/helpServerName"
android:layout_width="wrap_content"
android:layout_marginLeft="8dip"
android:layout_marginBottom="4dip"
android:layout_height="wrap_content"/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="8dip"
android:text="@string/tvServerDesc"
android:textStyle="bold"/>
<TextView
android:text="@string/helpServerDesc"
android:layout_width="wrap_content"
android:layout_marginLeft="8dip"
android:layout_marginBottom="4dip"
android:layout_height="wrap_content"/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="8dip"
android:text="@string/tvServerPort"
android:textStyle="bold"/>
<TextView
android:text="@string/helpServerPort"
android:layout_width="wrap_content"
android:layout_marginLeft="8dip"
android:layout_marginBottom="4dip"
android:layout_height="wrap_content"/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="8dip"
android:text="@string/tvServerUser"
android:textStyle="bold"/>
<TextView
android:text="@string/helpServerUser"
android:layout_width="wrap_content"
android:layout_marginLeft="8dip"
android:layout_marginBottom="4dip"
android:layout_height="wrap_content"/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="8dip"
android:textStyle="bold"
android:text="@string/tvServerPass"/>
<TextView
android:text="@string/helpServerPass"
android:layout_width="wrap_content"
android:layout_marginLeft="8dip"
android:layout_marginBottom="4dip"
android:layout_height="wrap_content"/>
</LinearLayout>
# |
Change |
User |
Description |
Committed |
|
#1
|
8980 |
Matt Attaway |
Add source code for both the Android and iOS versions of P4Scout. |
|
|