---
title: "Separate the document info view in Android PDF viewer | Nutrient SDK"
canonical_url: "https://www.nutrient.io/guides/android/user-interface/separate-document-info/"
md_url: "https://www.nutrient.io/guides/android/user-interface/separate-document-info.md"
last_updated: "2026-05-30T02:20:01.181Z"
description: "Learn how to separate the document info view in the Android PDF viewer using Nutrient SDK 8.3. Discover options to customize your layout effectively."
---

# Separate the document info view in our Android viewer

Starting in [Nutrient Android SDK 8.3](https://www.nutrient.io/blog/pspdfkit-android-8-3-adds-support-for-pades-signatures/), 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](@/assets/guides/android/user-interface/separate-document-info.png)

## 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)`](https://www.nutrient.io/api/android/nutrient/com.pspdfkit.configuration.activity/-pdf-activity-configuration/-builder/set-document-info-view-separated.html). Setting this flag to `false` will display the document info view as a tab within the outline view.
---

## Related pages

- [Customizing the form editing toolbar on Android](/guides/android/customizing-the-interface/using-form-ui-within-fragment.md)
- [Customizing PDF viewer styling on Android](/guides/android/customizing-the-interface/appearance-styling.md)
- [Customizing our PDF viewer on Android](/guides/android/user-interface.md)
- [Localization: Change languages in our Android PDF viewer](/guides/android/features/localization.md)
- [Customizing the note editor on Android](/guides/android/customizing-the-interface/customizing-the-note-editor.md)
- [Customize toolbar menus on Android](/guides/android/customizing-the-interface/customizing-menus.md)
- [Hide or customize scrollbars in our Android viewer](/guides/android/customizing-the-interface/scrollbars.md)
- [Overlay views on Android](/guides/android/features/overlay-views.md)
- [Customizing dialog modals on Android](/guides/android/customizing-the-interface/modal-dialogs-styling.md)
- [Customizing the electronic signature UI on Android](/guides/android/customizing-the-interface/configuring-the-signaturepickerfragment.md)
- [Show or hide the UI in our Android viewer](/guides/android/customizing-the-interface/user-interface-visibility.md)
- [Customizing the thumbnail file viewer on Android](/guides/android/customizing-the-interface/customizing-the-thumbnail-bar.md)

