<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:orientation="vertical"
android:layout_height="wrap_content"
android:padding="5px">
<TableLayout
android:orientation="horizontal"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:stretchColumns="1">
<TableRow>
<ImageView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/ivSubmitted"
android:src="@drawable/submitted"
android:layout_width="20px"
android:layout_height="20px"
android:layout_gravity="center_vertical|center_horizontal"/>
<TextView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/tvChangeNum"
android:layout_height="wrap_content"
android:text="XXXXXXXXX"
android:layout_gravity="left|center_vertical"
android:layout_width="fill_parent"/>
<TextView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/tvFixTime"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="0000/00/00 00:00:00"
android:layout_gravity="right|center_vertical"/>
</TableRow>
</TableLayout>
<TableLayout
android:orientation="horizontal"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:stretchColumns="0">
<TableRow>
<TextView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/tvFixStatus"
android:layout_height="wrap_content"
android:text="CLOSED"
android:layout_width="fill_parent"/>
<TextView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/tvFixUser"
android:layout_height="wrap_content"
android:text="user_name"
android:layout_width="fill_parent"/>
</TableRow>
</TableLayout>
</LinearLayout>
# |
Change |
User |
Description |
Committed |
|
#1
|
8980 |
Matt Attaway |
Add source code for both the Android and iOS versions of P4Scout. |
|
|