/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

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <FrameLayout
  3. xmlns:android="http://schemas.android.com/apk/res/android"
  4. android:layout_width="fill_parent"
  5. android:layout_height="fill_parent">
  6. <WebView
  7. android:id="@+id/webview"
  8. android:layout_width="fill_parent"
  9. android:layout_height="fill_parent"
  10. />
  11. <android.gesture.GestureOverlayView
  12. android:id="@+id/gestureoverlayview"
  13. android:layout_width="fill_parent"
  14. android:layout_height="fill_parent"
  15. android:gestureStrokeType="multiple"
  16. android:eventsInterceptionEnabled="true"
  17. android:orientation="vertical"/>
  18. </FrameLayout>