Added scroll animation

This commit is contained in:
h4h13 2020-01-06 01:55:55 +05:30
parent 1932ba219e
commit 5038f9afa1
13 changed files with 684 additions and 567 deletions

View file

@ -26,7 +26,7 @@
<FrameLayout
android:id="@+id/contentFrame"
android:layout_width="match_parent"
android:layout_height="match_parent" />
android:layout_height="wrap_content" />
</androidx.core.widget.NestedScrollView>
<com.google.android.material.appbar.AppBarLayout