summaryrefslogtreecommitdiff
path: root/res/layout/article_pager.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-12-09 23:49:55 +0300
committerAndrew Dolgov <[email protected]>2011-12-09 23:49:55 +0300
commit74c837e89f62dccfbc1b832bea8ed52319e01018 (patch)
tree77d03fbf542f06fc87a74fb69021b82b3948a2c9 /res/layout/article_pager.xml
parentff598602bd86c09aef64662345699637e753162a (diff)
smooth article swiping using viewpager (in online mode)
Diffstat (limited to 'res/layout/article_pager.xml')
-rw-r--r--res/layout/article_pager.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/res/layout/article_pager.xml b/res/layout/article_pager.xml
new file mode 100644
index 00000000..7647cce7
--- /dev/null
+++ b/res/layout/article_pager.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<android.support.v4.view.ViewPager
+xmlns:android="http://schemas.android.com/apk/res/android"
+android:layout_width="fill_parent"
+android:layout_height="fill_parent"
+android:id="@+id/article_pager">
+
+</android.support.v4.view.ViewPager> \ No newline at end of file