【发布时间】:2015-11-16 16:44:03
【问题描述】:
我遇到了这个问题,我第一次向下滑动以显示微调器时箭头指示器没有显示:
这是因为 RecyclerView 而发生的,因为没有发生简单的 ListView。
我想成为什么样的人:
这是 SwipeRefreshLayout XML:
<android.support.v4.widget.SwipeRefreshLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/swipeRefreshLayout_pitchList"
android:layout_width="match_parent"
android:layout_height="match_parent">
<android.support.v7.widget.RecyclerView
android:id="@+id/recyclerView_pitchList"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#ffffff"
android:scrollbars="vertical">
</android.support.v7.widget.RecyclerView>
我真的希望你能帮助我。谢谢!
【问题讨论】:
标签: android android-recyclerview swiperefreshlayout