1
0
forked from GitHub/gf-core

add activity_help.xml

This commit is contained in:
kr.angelov
2014-04-04 07:51:05 +00:00
parent 2834d0b44d
commit 2f6ee53ff6

View File

@@ -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>