Migrate library to ViewPager2

This commit is contained in:
arkon
2020-07-19 11:48:41 -04:00
parent dcd8ed08fc
commit 2a202bd510
5 changed files with 34 additions and 88 deletions

View File

@@ -39,7 +39,7 @@
tools:text="Search"
tools:visibility="visible" />
<androidx.viewpager.widget.ViewPager
<androidx.viewpager2.widget.ViewPager2
android:id="@+id/library_pager"
android:layout_width="match_parent"
android:layout_height="match_parent" />