fix: 修复楼中楼弹出界面下拉异常

This commit is contained in:
HuanCheng65 2022-04-10 12:20:02 +08:00
parent 6d059ed991
commit ea2ec5efbc
1 changed files with 24 additions and 17 deletions

View File

@ -31,6 +31,11 @@
app:toolbarBackgroundTint="@color/transparent" /> app:toolbarBackgroundTint="@color/transparent" />
</com.huanchengfly.tieba.post.widgets.theme.TintAppBarLayout> </com.huanchengfly.tieba.post.widgets.theme.TintAppBarLayout>
<androidx.core.widget.NestedScrollView
android:layout_width="match_parent"
android:layout_height="match_parent"
app:layout_behavior="@string/appbar_scrolling_view_behavior">
<com.scwang.smart.refresh.layout.SmartRefreshLayout <com.scwang.smart.refresh.layout.SmartRefreshLayout
android:id="@+id/refresh_layout" android:id="@+id/refresh_layout"
android:layout_width="match_parent" android:layout_width="match_parent"
@ -38,8 +43,7 @@
app:srlDragRate="0.8" app:srlDragRate="0.8"
app:srlEnableOverScrollBounce="true" app:srlEnableOverScrollBounce="true"
app:srlEnableOverScrollDrag="true" app:srlEnableOverScrollDrag="true"
android:layout_marginBottom="@dimen/reply_bar_height" android:layout_marginBottom="@dimen/reply_bar_height">
app:layout_behavior="@string/appbar_scrolling_view_behavior">
<com.huanchengfly.tieba.post.widgets.theme.TintMaterialHeader <com.huanchengfly.tieba.post.widgets.theme.TintMaterialHeader
android:id="@+id/refresh_header" android:id="@+id/refresh_header"
@ -48,6 +52,7 @@
<androidx.recyclerview.widget.RecyclerView <androidx.recyclerview.widget.RecyclerView
android:id="@+id/floor_recycler_view" android:id="@+id/floor_recycler_view"
android:overScrollMode="never"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" /> android:layout_height="match_parent" />
@ -56,6 +61,8 @@
android:layout_height="wrap_content" /> android:layout_height="wrap_content" />
</com.scwang.smart.refresh.layout.SmartRefreshLayout> </com.scwang.smart.refresh.layout.SmartRefreshLayout>
</androidx.core.widget.NestedScrollView>
<com.huanchengfly.tieba.post.widgets.theme.TintConstraintLayout <com.huanchengfly.tieba.post.widgets.theme.TintConstraintLayout
android:id="@+id/floor_reply_bar" android:id="@+id/floor_reply_bar"
android:layout_width="match_parent" android:layout_width="match_parent"