fix: 修复楼中楼弹出界面下拉异常
This commit is contained in:
parent
6d059ed991
commit
ea2ec5efbc
|
|
@ -31,6 +31,11 @@
|
|||
app:toolbarBackgroundTint="@color/transparent" />
|
||||
</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
|
||||
android:id="@+id/refresh_layout"
|
||||
android:layout_width="match_parent"
|
||||
|
|
@ -38,8 +43,7 @@
|
|||
app:srlDragRate="0.8"
|
||||
app:srlEnableOverScrollBounce="true"
|
||||
app:srlEnableOverScrollDrag="true"
|
||||
android:layout_marginBottom="@dimen/reply_bar_height"
|
||||
app:layout_behavior="@string/appbar_scrolling_view_behavior">
|
||||
android:layout_marginBottom="@dimen/reply_bar_height">
|
||||
|
||||
<com.huanchengfly.tieba.post.widgets.theme.TintMaterialHeader
|
||||
android:id="@+id/refresh_header"
|
||||
|
|
@ -48,6 +52,7 @@
|
|||
|
||||
<androidx.recyclerview.widget.RecyclerView
|
||||
android:id="@+id/floor_recycler_view"
|
||||
android:overScrollMode="never"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent" />
|
||||
|
||||
|
|
@ -56,6 +61,8 @@
|
|||
android:layout_height="wrap_content" />
|
||||
</com.scwang.smart.refresh.layout.SmartRefreshLayout>
|
||||
|
||||
</androidx.core.widget.NestedScrollView>
|
||||
|
||||
<com.huanchengfly.tieba.post.widgets.theme.TintConstraintLayout
|
||||
android:id="@+id/floor_reply_bar"
|
||||
android:layout_width="match_parent"
|
||||
|
|
|
|||
Loading…
Reference in New Issue