mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-11 20:15:03 -05:00
16 lines
614 B
XML
Executable File
16 lines
614 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.extras.PullToRefreshWebView2
|
|
xmlns:ptr="http://schemas.android.com/apk/res-auto"
|
|
android:id="@+id/pull_refresh_webview2"
|
|
android:layout_height="fill_parent"
|
|
android:layout_width="fill_parent"
|
|
ptr:ptrMode="both" />
|
|
|
|
</LinearLayout> |