Separate the Document Info View in Our Android Viewer

Starting in PSPDFKit 8.3 for Android, the document info view was moved from being displayed as a tab within the outline view to being a separate view opened by a menu item.

Separated Document Info

Reverting to the Old Behavior

If you don’t like this change, we included an option to revert to the old unseparated layout by using PdfActivityConfiguration#setDocumentInfoViewSeparated(boolean). Setting this flag to false will display the document info view as a tab within the outline view.