"Open Sourcing" this, perhaps people will find it interesting/useful.

This commit is contained in:
Ryan McGrath 2011-05-11 21:06:42 +09:00
commit 197dcd2ae7
18 changed files with 4339 additions and 0 deletions

11
res/layout/main.xml Executable file
View file

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
>
<WebView android:id="@+id/appView"
android:layout_height="fill_parent"
android:layout_width="fill_parent"
/>
</LinearLayout>