diff options
Diffstat (limited to 'app/src/main/res/layout/content_main.xml')
-rw-r--r-- | app/src/main/res/layout/content_main.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/app/src/main/res/layout/content_main.xml b/app/src/main/res/layout/content_main.xml new file mode 100644 index 0000000..28cc377 --- /dev/null +++ b/app/src/main/res/layout/content_main.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:app="http://schemas.android.com/apk/res-auto" + xmlns:tools="http://schemas.android.com/tools" + android:layout_width="match_parent" + android:layout_height="match_parent" + + app:layout_behavior="@string/appbar_scrolling_view_behavior" + tools:context="org.bienvenidoainternet.baiparser.MainActivity" + tools:showIn="@layout/app_bar_main"> + <android.support.v4.view.ViewPager + android:id="@+id/pager" + android:layout_width="match_parent" + android:layout_height="match_parent" /> + + +</RelativeLayout> + + <!--android:paddingBottom="@dimen/activity_vertical_margin"--> + <!--android:paddingLeft="@dimen/activity_horizontal_margin"--> + <!--android:paddingRight="@dimen/activity_horizontal_margin"--> + <!--android:paddingTop="@dimen/activity_vertical_margin"-->
\ No newline at end of file |