aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/activity_view_reddit_gallery.xml
blob: 24db28ba928bbd142ec665c7c947e2ba4faf4ca0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8"?>
<app.futured.hauler.HaulerView 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"
    android:layout_height="match_parent"
    app:dragUpEnabled="true"
    tools:context=".activities.ViewRedditGalleryActivity">

    <androidx.core.widget.NestedScrollView
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:fillViewport="true">

        <ml.docilealligator.infinityforreddit.customviews.ViewPagerBugFixed
            android:id="@+id/view_pager_view_reddit_gallery_activity"
            android:layout_width="match_parent"
            android:layout_height="match_parent" />

    </androidx.core.widget.NestedScrollView>

</app.futured.hauler.HaulerView>