cordova-android/test/res/layout/main.xml
2012-04-10 15:53:40 -07:00

14 lines
419 B
XML

<?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" >
<org.apache.cordova.CordovaWebView
android:id="@+id/phoneGapView"
android:layout_width="fill_parent"
android:layout_height="fill_parent" />
</LinearLayout>