Fix appbar unable to lift in small screen

This commit is contained in:
Super12138 2024-04-13 09:43:43 +08:00
parent 7f19d13215
commit baeecb343b

View file

@ -11,7 +11,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:fitsSystemWindows="true"
app:liftOnScrollTargetViewId="@id/progress_frag">
app:liftOnScroll="true">
<com.google.android.material.appbar.MaterialToolbar
android:id="@+id/tool_bar"