-
Notifications
You must be signed in to change notification settings - Fork 185
Open
Description
布局文件如下所示时,我的频道和其他频道的item移动动画会出现问题,动画不正常
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<android.support.v7.widget.Toolbar
android:layout_width="match_parent"
android:layout_height="wrap_content"
/>
<android.support.v7.widget.RecyclerView
android:id="@+id/recy"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:clipChildren="false"
android:clipToPadding="false"/>
</LinearLayout>
Metadata
Metadata
Assignees
Labels
No labels