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

11 lines
383 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
2015-11-19 20:38:21 +00:00
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
2015-11-28 18:30:12 +00:00
android:layout_height="match_parent">
2015-11-19 20:38:21 +00:00
<android.support.v4.view.ViewPager
android:id="@+id/view_pager"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</RelativeLayout>