File "web.xml"

Path: /WAF - Wireless Android Framework/WAF_0.1_Android/res/layout/web.xml
File size: 463 bytes
MIME-type:
Charset: utf-8

<?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/web_engine"  
             android:layout_width="fill_parent"  
             android:layout_height="fill_parent"  
            />  
</LinearLayout>