From 19687378e6c59233725e0b7b1580140642e13a47 Mon Sep 17 00:00:00 2001
From: Camil Staps
Date: Wed, 8 Apr 2015 22:19:04 +0200
Subject: Made an incomplete, messy start with ViewPager
---
app/src/main/res/layout/activity_main.xml | 118 +++++++++++-------------------
app/src/main/res/layout/pager.xml | 10 +++
app/src/main/res/layout/pager_content.xml | 54 ++++++++++++++
3 files changed, 106 insertions(+), 76 deletions(-)
create mode 100644 app/src/main/res/layout/pager.xml
create mode 100644 app/src/main/res/layout/pager_content.xml
(limited to 'app/src/main/res')
diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml
index c4e3253..193db2d 100644
--- a/app/src/main/res/layout/activity_main.xml
+++ b/app/src/main/res/layout/activity_main.xml
@@ -1,78 +1,44 @@
-
-
-
-
-
-
-
+
+
+
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
diff --git a/app/src/main/res/layout/pager.xml b/app/src/main/res/layout/pager.xml
new file mode 100644
index 0000000..35b8e01
--- /dev/null
+++ b/app/src/main/res/layout/pager.xml
@@ -0,0 +1,10 @@
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/pager_content.xml b/app/src/main/res/layout/pager_content.xml
new file mode 100644
index 0000000..0f53c69
--- /dev/null
+++ b/app/src/main/res/layout/pager_content.xml
@@ -0,0 +1,54 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
--
cgit v1.2.3