TEST - Added nestedScrollView's id to retain position on fragment change

This commit is contained in:
CappielloAntonio 2021-08-23 22:29:47 +02:00
parent 451e13c551
commit 2bf42aaeea
5 changed files with 5 additions and 0 deletions

View file

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/fragment_library_nested_scroll_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:layout_behavior="@string/hide_bottom_view_on_scroll_behavior">