aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/walkthrough_activity.xml
diff options
context:
space:
mode:
authorSize432015-06-04 16:14:05 +0200
committerSize432015-06-04 16:14:05 +0200
commitcd80be88f66ca67d4ef5ccf36faa1ba34cb67937 (patch)
treecfe1d22cbef7e0be93fb0231f47d089fe950fc1f /app/src/main/res/layout/walkthrough_activity.xml
parentAdding Feeds/Filters directly from the hamburger menu (diff)
parentMerge branch 'master' into app (diff)
Merge branch 'master' of http://github.com/camilstaps/RSSin
Diffstat (limited to 'app/src/main/res/layout/walkthrough_activity.xml')
-rw-r--r--app/src/main/res/layout/walkthrough_activity.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/app/src/main/res/layout/walkthrough_activity.xml b/app/src/main/res/layout/walkthrough_activity.xml
new file mode 100644
index 0000000..84a8c10
--- /dev/null
+++ b/app/src/main/res/layout/walkthrough_activity.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent" >
+
+ <android.support.v4.view.ViewPager
+ android:id="@+id/view_pager"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"
+ android:layout_above="@+id/screen_navigation_button" />
+
+ <!-- This TextView will not swipe when you swipe in the ViewPager -->
+
+ <TextView
+ android:id="@id/screen_navigation_button"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:layout_alignParentBottom="true"
+ android:gravity="center"
+ android:padding="10dip"
+ android:textSize="18sp" />
+
+</RelativeLayout> \ No newline at end of file