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