diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2025-05-17 14:06:30 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2025-05-17 14:06:30 +0300 |
| commit | 5314dbf812938099210cd153bcd160643d5378a6 (patch) | |
| tree | 85720e106874f7a89ef1f29348239d3546b835c2 /org.fox.ttrss/src/main/res | |
| parent | 43fed40ae3ea1bba19546c3f6fe2c0f22cd1c63c (diff) | |
wip switch gallery stuff to a viewmodel
Diffstat (limited to 'org.fox.ttrss/src/main/res')
| -rw-r--r-- | org.fox.ttrss/src/main/res/layout/activity_gallery.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/activity_gallery.xml b/org.fox.ttrss/src/main/res/layout/activity_gallery.xml index b0f67761..b38f0408 100644 --- a/org.fox.ttrss/src/main/res/layout/activity_gallery.xml +++ b/org.fox.ttrss/src/main/res/layout/activity_gallery.xml @@ -5,7 +5,7 @@ android:animateLayoutChanges="true" android:layout_height="fill_parent"> - <com.bogdwellers.pinchtozoom.view.ImageViewPager + <androidx.viewpager2.widget.ViewPager2 android:id="@+id/gallery_pager" android:layout_width="fill_parent" android:layout_height="fill_parent" |