<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
android:id="@+id/llHelpTopicContent"
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:padding="8dip"
android:clickable="false"
android:orientation="vertical">
<TextView
android:layout_height="wrap_content"
android:layout_width="fill_parent"
android:layout_marginBottom="8dip"
android:text="@string/helpDetailSupport"/>
<TextView
android:layout_height="wrap_content"
android:layout_width="fill_parent"
android:layout_marginBottom="8dip"
android:text="@string/helpLinkSupport"
android:autoLink="web"/>
</LinearLayout>
# |
Change |
User |
Description |
Committed |
|
#1
|
8980 |
Matt Attaway |
Add source code for both the Android and iOS versions of P4Scout. |
|
|