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-28 23:58:31 +01:00
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:background="?android:attr/colorBackground" />
|