1
0
Fork 0
mirror of https://github.com/KokaKiwi/BarInsta synced 2026-03-12 15:31:36 +00:00

Put collapsing toolbar layout views in the main layout to improve scroll behaviour.

This removes the spaghetti required to make scroll behaviours work.
This commit is contained in:
Ammar Githam 2020-11-15 03:58:27 +09:00
parent 519d46858b
commit 6bfb6e1bf3
22 changed files with 730 additions and 789 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<awais.instagrabber.customviews.helpers.NestedCoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android"
<androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
@ -18,4 +18,4 @@
android:layout_height="match_parent"
tools:listitem="@layout/layout_dm_inbox_item" />
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout>
</awais.instagrabber.customviews.helpers.NestedCoordinatorLayout>
</androidx.coordinatorlayout.widget.CoordinatorLayout>