aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/content_main.xml
diff options
context:
space:
mode:
authorLibravatar Renard 2016-04-05 01:52:13 -0300
committerLibravatar Renard 2016-04-05 01:52:13 -0300
commit90ca8b34d823eed19d26f6611716ca231d60424c (patch)
tree65d389b05acb542f14a8faba8abeaa7b36ae227e /app/src/main/res/layout/content_main.xml
downloadBaiApp-90ca8b34d823eed19d26f6611716ca231d60424c.tar.gz
BaiApp-90ca8b34d823eed19d26f6611716ca231d60424c.tar.xz
BaiApp-90ca8b34d823eed19d26f6611716ca231d60424c.zip
Initial commit
Diffstat (limited to 'app/src/main/res/layout/content_main.xml')
-rw-r--r--app/src/main/res/layout/content_main.xml22
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