---
title: "General layout problems"
canonical_url: "https://www.nutrient.io/guides/android/troubleshooting/layout-problems/"
md_url: "https://www.nutrient.io/guides/android/troubleshooting/layout-problems.md"
last_updated: "2026-06-09T10:38:40.793Z"
description: "Learn how to resolve layout problems in Nutrient by removing the android:configChanges option in your AndroidManifest.xml for better display."
---

One of the most common sources of layout problems with Nutrient is the use of the `android:configChanges` option on the activity declaration inside your app’s `AndroidManifest.xml`.

Here are some of the layout problems you might experience:

- Displaced pages in the document

- Wrong action bar size, or visual glitches in the action bar

- Other layout problems occurring after changing the device orientation

If you experience these layout problems, try removing an `android:ConfigChanges` option from your `<activity />` declaration.

---

## Related pages

- [Make sure to replace :app with the name of your Android app or library module.](/guides/android/troubleshooting/androidx-migration.md)
- [R8 Retracing](/guides/android/troubleshooting/miscellaneous/r8-retracing.md)
- [Assuming the crash report came from an arm64 device.](/guides/android/troubleshooting/bug-reporting.md)
- [Path Traversal Vulnerability](/guides/android/announcements/path-traversal-vulnerability.md)

