BobStore/app/src/main/res/layout/activity_screenshots.xml
2021-04-12 16:36:17 +00:00

12 lines
417 B
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.viewpager.widget.ViewPager xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/screenshot_view_pager"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context="org.fdroid.fdroid.views.ScreenShotsActivity"
android:fitsSystemWindows="true"/>