2017-03-15 09:08:55 -07:00
|
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
2023-05-09 10:43:02 -07:00
|
|
|
<androidx.viewpager.widget.ViewPager
|
2017-03-15 09:08:55 -07:00
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:id="@+id/viewpager"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
/>
|