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 be70c87063
commit f6e197634b

View file

@ -27,6 +27,7 @@
android:id="@+id/pdf_view_pager"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:layout_below="@id/top_bar_fragment" />
<include