Subversion Repositories HomeAutomation

Rev

Blame | Last modification | View Log | SVN | RSS feed

  1. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  2.     xmlns:tools="http://schemas.android.com/tools"
  3.     android:layout_width="fill_parent"
  4.     android:layout_height="fill_parent"
  5.     tools:context=".MainActivity" >
  6.  
  7.     <WebView
  8.         android:id="@+id/webview"
  9.         android:layout_width="fill_parent"
  10.         android:layout_height="fill_parent"
  11.     />
  12.  
  13. </RelativeLayout>