小编use*_*556的帖子

如何滚动拉动以刷新正常scrollview中的scrollview

这是我的布局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>
Run Code Online (Sandbox Code Playgroud)

我已经在这个链接中尝试了解决方案: ScrollView Inside ScrollView

但是,它没有用.如何使用子PullToRefreshScrollView?请帮我.

layout android refresh pull scrollview

2
推荐指数
1
解决办法
7980
查看次数

标签 统计

android ×1

layout ×1

pull ×1

refresh ×1

scrollview ×1