<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_height="fill_parent"
android:layout_width="fill_parent">
<TableLayout
android:layout_height="wrap_content"
android:layout_width="fill_parent"
android:stretchColumns="0">
<TableRow>
<EditText
android:layout_height="wrap_content"
android:id="@+id/etJobSearchBox"
android:layout_width="fill_parent"
android:hint="@string/etSearchJobs"
android:inputType="text"/>
<ImageButton
android:id="@+id/btJobSearch"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/jobs"
android:layout_gravity="center_vertical|center_horizontal"
android:scaleType="centerInside"/>
</TableRow>
</TableLayout>
<ListView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:id="@+id/lvJobs"/>
</LinearLayout>
# |
Change |
User |
Description |
Committed |
|
#1
|
8980 |
Matt Attaway |
Add source code for both the Android and iOS versions of P4Scout. |
|
|