<?xml version="1.0" encoding="utf-8"?>
<ScrollView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
xmlns:android="http://schemas.android.com/apk/res/android">
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<TextView
android:id="@+id/tvAbout"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="@string/tvAbout"
android:layout_margin="5px"/>
<ImageView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:src="@drawable/divider"/>
<TextView
android:id="@+id/tvBuildDate"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="@string/tvBuildDate"
android:layout_margin="5px"/>
<TextView
android:id="@+id/tvVersion"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="@string/tvVersion"
android:layout_margin="5px"/>
<TextView
android:id="@+id/tvBuiltWithJava"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="@string/tvBuiltWithJava"
android:layout_margin="5px"/>
<ImageView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:src="@drawable/divider"/>
<TextView
android:id="@+id/tvDisclaimer"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="@string/tvDisclaimer"
android:layout_margin="5px"/>
</LinearLayout>
</ScrollView>
# |
Change |
User |
Description |
Committed |
|
#1
|
8980 |
Matt Attaway |
Add source code for both the Android and iOS versions of P4Scout. |
|
|