Use vertical sliding between pages instead of horizontal for PDF viewer

This commit is contained in:
Sylvain Berfini 2021-04-01 17:28:44 +02:00
parent 2b6ac73d9e
commit 006d20a4ca

View file

@ -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