Separate the document info view in our Android viewer
Starting in Nutrient Android SDK 8.3, 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.
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.