Add vertical viewer. Allow to select a viewer

This commit is contained in:
inorichi
2015-10-24 22:47:34 +02:00
parent 0a9b84ea11
commit c7e9016ad7
9 changed files with 146 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<fr.castorflex.android.verticalviewpager.VerticalViewPager
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/view_pager"
android:layout_width="match_parent"
android:layout_height="match_parent">
</fr.castorflex.android.verticalviewpager.VerticalViewPager>