<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
android:id="@+id/HelpList"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical"
xmlns:android="http://schemas.android.com/apk/res/android">
<ListView
android:id="@+id/lvHelpTopics"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:smoothScrollbar="false"/>
</LinearLayout>
# |
Change |
User |
Description |
Committed |
|
#1
|
8980 |
Matt Attaway |
Add source code for both the Android and iOS versions of P4Scout. |
|
|