mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-19 23:42:53 +08:00
14 lines
419 B
XML
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>
|