Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NewsChannelAdapter里的动画错位 #44

Closed
xjf1128 opened this issue Apr 2, 2018 · 0 comments
Closed

NewsChannelAdapter里的动画错位 #44

xjf1128 opened this issue Apr 2, 2018 · 0 comments

Comments

@xjf1128
Copy link

xjf1128 commented Apr 2, 2018

activity_news_channel里RecyclerView应该由FrameLayout包含:

<include layout="@layout/toolbar" />

<FrameLayout
    android:layout_width="match_parent"
    android:layout_height="match_parent">

    <android.support.v7.widget.RecyclerView
        android:id="@+id/recycler_view"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:clipChildren="false"
        android:clipToPadding="false"
        android:padding="8dp" />
</FrameLayout>
@iMeiji iMeiji closed this as completed in 914e980 Apr 3, 2018
iMeiji added a commit that referenced this issue Apr 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant