1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00
k-9/plugins/Android-PullToRefresh/sample/res/layout/activity_ptr_webview.xml
2012-11-24 17:15:06 -05:00

16 lines
605 B
XML
Executable 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" >
<!-- The PullToRefreshWebView replaces a standard WebView widget. -->
<com.handmark.pulltorefresh.library.PullToRefreshWebView
xmlns:ptr="http://schemas.android.com/apk/res-auto"
android:id="@+id/pull_refresh_webview"
android:layout_height="fill_parent"
android:layout_width="fill_parent"
ptr:ptrMode="both" />
</LinearLayout>