/WebAccess/res/layout/main.xml

http://eyes-free.googlecode.com/ · XML · 7 lines · 7 code · 0 blank · 0 comment · 0 complexity · 6076693265d44e3f677e5c3ad3795c37 MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:orientation="vertical" android:layout_width="fill_parent"
  4. android:layout_height="fill_parent">
  5. <WebView android:id="@+id/tutorial" android:layout_width="fill_parent"
  6. android:layout_height="fill_parent" />
  7. </LinearLayout>