17 lines
720 B
XML
17 lines
720 B
XML
<?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" >
|
|
|
|
<!-- The PullToRefreshScrollView replaces a standard PullToRefreshScrollView widget. -->
|
|
|
|
<com.zftlive.android.library.widget.pulltorefresh.extras.viewpager.PullToRefreshViewPager
|
|
xmlns:ptr="http://schemas.android.com/apk/res-auto"
|
|
android:id="@+id/pull_refresh_viewpager"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="fill_parent"
|
|
ptr:ptrAnimationStyle="flip"
|
|
ptr:ptrHeaderBackground="@android:color/darker_gray"
|
|
ptr:ptrMode="both" />
|
|
|
|
</FrameLayout> |