Solve orientation layout glitch StaggeredGridview / Gridview in Android


Just remember to remove this part

1
2
3
android:configChanges="keyboardHidden|screenSize|fontScale"
android:exported="true"
android:windowSoftInputMode="adjustResize|stateHidden"

From your activity in AndroidManifest.xml


Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.