【发布时间】:2014-04-10 01:06:14
【问题描述】:
这是我的布局 xml。
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/garae_scroll"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/background"
android:fillViewport="true"
android:focusableInTouchMode="false" >
<RelativeLayout>
...
<com.handmark.pulltorefresh.library.PullToRefreshScrollView>
<LinearLayout/>
</com.handmark.pulltorefresh.library.PullToRefreshScrollView>
</RelativeLayout>
</ScrollView>
我已经尝试过此链接中的解决方案: ScrollView Inside ScrollView
但是,它没有用。如何使用子 PullToRefreshScrollView? 请帮帮我。
【问题讨论】:
标签: android layout refresh scrollview pull