mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-07-28 01:54:52 +00:00
5 lines
237 B
XML
5 lines
237 B
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<android.support.v4.view.ViewPager xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
|
android:id="@+id/view_pager"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="match_parent" />
|