问题描述
- Android 把PullToRefresh控件放在列表上面后 原来的列表被覆盖掉了
-
xml布局如图<com.handmark.pulltorefresh.library.PullToRefreshListView android:id="@+id/pull_refresh_list" android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="vertical" /> <ListView android:id="@+id/lvNews" android:layout_width="fill_parent" android:layout_height="fill_parent" > </ListView>
求解决方法 顺便求教PullToRefresh的使用
解决方案
肯定覆盖啊,你的设置都是fill_parent,充满了父容器
时间: 2024-12-09 19:44:13