This repository has been archived on 2019-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
controldna/res/layout/activity_main.xml

7 lines
249 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<android.support.v4.view.ViewPager
xmlns:android="http://schemas.android.com/apk/res/android"
2013-05-31 15:03:52 +00:00
android:id="@+id/pager"
android:layout_width="match_parent"
android:layout_height="match_parent" />