Skip to content

然后在fragment应用 外层是viewpager+tablayout 滑动几次就会空白 #41

@printlybyte

Description

@printlybyte

MultipleStatusView 嵌套TwinklingRefreshLayout



<com.classic.common.MultipleStatusView
android:id="@+id/include_multiple_status_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:emptyView="@layout/custom_empty_view"
app:errorView="@layout/custom_error_view"
app:loadingView="@layout/custom_loading_view"
app:noNetworkView="@layout/custom_no_network_view"

    >

    <!--scrollview布局-->
    <com.lcodecore.tkrefreshlayout.TwinklingRefreshLayout
        android:id="@+id/include_refreshLayout"
        android:layout_width="match_parent"
        android:layout_height="match_parent">

        <!--列表布局-->
        <android.support.v7.widget.RecyclerView
            android:id="@+id/include_recyclerview"
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:layout_below="@+id/headview"
            android:background="#fff"
            android:focusableInTouchMode="false"
            android:overScrollMode="never"
            android:scrollbars="none" />

    </com.lcodecore.tkrefreshlayout.TwinklingRefreshLayout>
</com.classic.common.MultipleStatusView>

然后在fragment应用 外层是viewpager+tablayout 滑动几次就会空白

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions