MinimalBible-Legacy/MinimalBible/res/layout/activity_downloader.xml
DjBushido b20d0aa819 Add the downloader activity
Also untrack a whole lot of appcompat that shouldn't have been included
2014-04-15 19:13:21 -04:00

12 lines
517 B
XML

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingBottom="@dimen/activity_vertical_margin"
android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
android:paddingTop="@dimen/activity_vertical_margin"
tools:context=".DownloaderActivity" >
</RelativeLayout>