diff options
| author | kr.angelov <kr.angelov@gmail.com> | 2014-04-04 07:51:05 +0000 |
|---|---|---|
| committer | kr.angelov <kr.angelov@gmail.com> | 2014-04-04 07:51:05 +0000 |
| commit | 2f6ee53ff6ba85128f2dd31a5968cad79aa9c00a (patch) | |
| tree | 1edb73eaf2999be88d30a8c1b176bebcc1efd67c | |
| parent | 2834d0b44da24876440fc596f81b1b1d9f30bf17 (diff) | |
add activity_help.xml
| -rw-r--r-- | src/ui/android/res/layout/activity_help.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ui/android/res/layout/activity_help.xml b/src/ui/android/res/layout/activity_help.xml new file mode 100644 index 000000000..645f061af --- /dev/null +++ b/src/ui/android/res/layout/activity_help.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="utf-8"?> +<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" + android:layout_width="fill_parent" + android:layout_height="fill_parent" > + + <WebView + android:id="@+id/help_content" + android:layout_width="fill_parent" + android:layout_height="fill_parent" + /> +</RelativeLayout>
\ No newline at end of file |
