adsafsa 2016-08-07 03:21 采纳率: 100%
浏览 1041
已采纳

PullToRefreshScrollView嵌套PullToRefreshGridView

PullToRefreshScrollView嵌套PullToRefreshGridView的情况下:
如何实现PullToRefreshScrollView有下拉功能,PullToRefreshGridView有上拉加载功能?
它们不嵌套,很好搞定,但是嵌套了怎么实现上面的功能呢?

代码如下:
android:id="@+id/content_scroll"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:fadingEdge="none">
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">

android:text="Hello World!"
android:layout_weight="match_parent"
android:layout_height="wrap_content" />

android:text="Hello World!"
android:layout_weight="match_parent"
android:layout_height="wrap_content" />

xmlns:ptr="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/home_grid"
android:numColumns="2"
android:verticalSpacing="1dp"
android:horizontalSpacing="1dp"
android:columnWidth="100dp"
android:stretchMode="columnWidth"
ptr:ptrMode="pullFromEnd">

我试过了PullToRefreshGridView重写

@Override
protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) {
int expandSpec = MeasureSpec.makeMeasureSpec(
Integer.MAX_VALUE >> 2, MeasureSpec.AT_MOST);
super.onMeasure(widthMeasureSpec, expandSpec);
}
结果PullToRefreshScrollView嵌套的PullToRefreshGridView不能滚动了.

请教各位大牛了.

  • 写回答

1条回答 默认 最新

报告相同问题?

悬赏问题

  • ¥15 MPI读取tif文件无法正常给各进程分配路径
  • ¥15 如何用MATLAB实现以下三个公式(有相互嵌套)
  • ¥30 关于#算法#的问题:运用EViews第九版本进行一系列计量经济学的时间数列数据回归分析预测问题 求各位帮我解答一下
  • ¥15 setInterval 页面闪烁,怎么解决
  • ¥15 如何让企业微信机器人实现消息汇总整合
  • ¥50 关于#ui#的问题:做yolov8的ui界面出现的问题
  • ¥15 如何用Python爬取各高校教师公开的教育和工作经历
  • ¥15 TLE9879QXA40 电机驱动
  • ¥20 对于工程问题的非线性数学模型进行线性化
  • ¥15 Mirare PLUS 进行密钥认证?(详解)