Initial Move of the Javascript OUT of the shared directory: Android

This commit is contained in:
Joe Bowser
2009-11-17 10:38:49 -08:00
parent 1731eeca69
commit d012235bc2
95 changed files with 2467 additions and 0 deletions
+11
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>