Use vertical sliding between pages instead of horizontal for PDF viewer
This commit is contained in:
parent
2b6ac73d9e
commit
006d20a4ca
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@
|
||||||
android:id="@+id/pdf_view_pager"
|
android:id="@+id/pdf_view_pager"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
|
android:orientation="vertical"
|
||||||
android:layout_below="@id/top_bar_fragment" />
|
android:layout_below="@id/top_bar_fragment" />
|
||||||
|
|
||||||
<include
|
<include
|
||||||
|
|
Loading…
Reference in a new issue