fix: 修复楼中楼弹出界面下拉异常
This commit is contained in:
parent
ea2ec5efbc
commit
8d2eb930b2
|
|
@ -34,7 +34,8 @@
|
||||||
<androidx.core.widget.NestedScrollView
|
<androidx.core.widget.NestedScrollView
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
app:layout_behavior="@string/appbar_scrolling_view_behavior">
|
app:layout_behavior="@string/appbar_scrolling_view_behavior"
|
||||||
|
android:layout_marginBottom="@dimen/reply_bar_height">
|
||||||
|
|
||||||
<com.scwang.smart.refresh.layout.SmartRefreshLayout
|
<com.scwang.smart.refresh.layout.SmartRefreshLayout
|
||||||
android:id="@+id/refresh_layout"
|
android:id="@+id/refresh_layout"
|
||||||
|
|
@ -42,8 +43,7 @@
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
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">
|
|
||||||
|
|
||||||
<com.huanchengfly.tieba.post.widgets.theme.TintMaterialHeader
|
<com.huanchengfly.tieba.post.widgets.theme.TintMaterialHeader
|
||||||
android:id="@+id/refresh_header"
|
android:id="@+id/refresh_header"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue