diff options
author | ByteHamster <info@bytehamster.com> | 2019-11-13 20:16:57 +0100 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2019-11-13 20:16:57 +0100 |
commit | 0ae885255919d1aa202acecacc6380164b572eec (patch) | |
tree | 78d03518f83d4b3a61c15f966f47dd3dab87a126 /app/src/main/res/layout | |
parent | 19a6f613e97448b05c2e2fdb1554eac65f0edd08 (diff) | |
download | AntennaPod-0ae885255919d1aa202acecacc6380164b572eec.zip |
Switched from gestures to ViewPager
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r-- | app/src/main/res/layout/feeditem_pager_fragment.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/src/main/res/layout/feeditem_pager_fragment.xml b/app/src/main/res/layout/feeditem_pager_fragment.xml new file mode 100644 index 000000000..8ea5bf4f9 --- /dev/null +++ b/app/src/main/res/layout/feeditem_pager_fragment.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> +<androidx.viewpager.widget.ViewPager + xmlns:android="http://schemas.android.com/apk/res/android" + android:id="@+id/pager" + android:layout_width="match_parent" + android:layout_height="match_parent" /> |