<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
android:id="@+id/llJobDetail"
android:layout_height="wrap_content"
android:layout_width="fill_parent"
android:orientation="vertical"
xmlns:android="http://schemas.android.com/apk/res/android">
<TableLayout
android:id="@+id/tlJobDetails"
android:layout_height="wrap_content"
android:layout_width="fill_parent"
android:stretchColumns="1"
android:layout_marginBottom="5px"/>
<TextView
android:id="@+id/tvFixesHeader"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="@string/tvJobFixes"
xmlns:android="http://schemas.android.com/apk/res/android"
style="?android:attr/listSeparatorTextViewStyle"
android:clickable="false"/>
<TextView
android:text="@string/tvNoFixes"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_margin="5px"
android:id="@+id/tvNoFixes"
android:clickable="false"/>
<TextView
android:text="@string/tvTooManyFixes"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_margin="5px"
android:id="@+id/tvTooManyFixes"
android:clickable="false"/>
</LinearLayout>
# |
Change |
User |
Description |
Committed |
|
#1
|
8980 |
Matt Attaway |
Add source code for both the Android and iOS versions of P4Scout. |
|
|