/WebAccess/res/layout/browser.xml
http://eyes-free.googlecode.com/ · XML · 22 lines · 18 code · 4 blank · 0 comment · 0 complexity · d6984357bc75a778771fc648ee43bb3c MD5 · raw file
- <?xml version="1.0" encoding="utf-8"?>
- <FrameLayout
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent">
- <WebView
- android:id="@+id/webview"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- />
- <android.gesture.GestureOverlayView
- android:id="@+id/gestureoverlayview"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
-
- android:gestureStrokeType="multiple"
- android:eventsInterceptionEnabled="true"
- android:orientation="vertical"/>
-
- </FrameLayout>