habitica-android/Habitica/res/layout/fragment_viewpager.xml

6 lines
301 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
2018-11-06 15:11:02 +00:00
<androidx.viewpager.widget.ViewPager xmlns:android="http://schemas.android.com/apk/res/android"
2015-11-19 20:38:21 +00:00
android:layout_width="match_parent"
2016-04-08 14:21:05 +00:00
android:layout_height="match_parent"
2020-09-04 16:17:34 +00:00
android:background="@color/content_background"
android:id="@+id/viewPager" />