fragment_preview.xml
614 Bytes
<?xml version="1.0" encoding="utf-8"?>
<layout>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#161c1e"
android:orientation="vertical">
<androidx.viewpager2.widget.ViewPager2
android:overScrollMode="never"
android:layout_below="@+id/top"
android:id="@+id/viewpager"
android:layout_width="match_parent"
android:layout_height="match_parent"
/>
</RelativeLayout>
</layout>