<?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">
<Spinner
android:id="@+id/spGotoType"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:entries="@array/GotoListOptions"/>
<EditText
android:layout_height="wrap_content"
android:layout_width="fill_parent"
android:id="@+id/etGotoValue"
android:inputType="text"/>
<Button
android:layout_height="wrap_content"
android:id="@+id/btGo"
android:text="@string/btGo"
android:layout_gravity="left|fill"
android:layout_width="fill_parent"
android:layout_weight="1"/>
</LinearLayout>
# |
Change |
User |
Description |
Committed |
|
#1
|
8980 |
Matt Attaway |
Add source code for both the Android and iOS versions of P4Scout. |
|
|