2017-05-06 15:49:39 +02:00
|
|
|
<?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"
|
2017-11-30 15:37:20 +01:00
|
|
|
android:layout_height="match_parent" />
|