mirror of
https://github.com/MinimalBible/MinimalBible-Legacy
synced 2024-11-13 19:48:38 -05:00
431ce603c6
And hopefully finish up cleaning up the bin/ and gen/ folders...
7 lines
343 B
XML
7 lines
343 B
XML
<android.support.v4.view.ViewPager xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:id="@+id/pager"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
tools:context="org.bspeice.minimalbible.activities.downloader.DownloaderActivity" />
|