2012-03-23 14:56:55 -07:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="fill_parent"
|
|
|
|
android:orientation="vertical" >
|
|
|
|
|
2012-04-10 15:53:40 -07:00
|
|
|
<org.apache.cordova.CordovaWebView
|
2012-03-23 14:56:55 -07:00
|
|
|
android:id="@+id/phoneGapView"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="fill_parent" />
|
|
|
|
|
|
|
|
|
2012-04-04 13:38:35 -07:00
|
|
|
</LinearLayout>
|