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:
parent
c1b113e275
commit
31d02b3e12
2 changed files with 13 additions and 13 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue