added scroll helper to main activity

This commit is contained in:
Eugeniu Olog 2020-04-17 21:01:35 +02:00
parent 967c6fb5ac
commit 5d34055fd0
20 changed files with 187 additions and 134 deletions

View file

@ -17,6 +17,7 @@
android:id="@+id/container"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/toolbar_height"
app:layout_behavior="com.google.android.material.appbar.AppBarLayout$ScrollingViewBehavior">
<androidx.constraintlayout.widget.ConstraintLayout