1
0
Fork 0
mirror of https://github.com/KokaKiwi/BarInsta synced 2026-03-04 11:31:35 +00:00

Make Appbar in profile view scrollable

This commit is contained in:
Ammar Githam 2020-08-11 20:44:51 +09:00
parent c1b113e275
commit 31d02b3e12
2 changed files with 13 additions and 13 deletions

View file

@ -16,7 +16,7 @@
<com.google.android.material.appbar.CollapsingToolbarLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:layout_scrollFlags="noScroll">
app:layout_scrollFlags="scroll|enterAlways">
<RelativeLayout
android:id="@+id/infoContainer"