I have a game that works well, except on small screens. When I bring up the first Screen, it looks like this on small devices:
If I click on any of these buttons, that bring up some pretty basic screens, and then go back to the original screen, the screen is displayed properly. And there are no issues from then on:
I am new to libGDX on android, so I know I don't know what is going on. The rest of the game is working properly, It is only on small screens (768x1024 or so) that it has this issue.
I have also noticed that occasionally, this first screen will come up oriented incorrectly on a device if it was not oriented horizontally. After selecting another screen though, everything works great in this case as well. I am sure I am missing something basic.
I'd be happy to post some code, if I knew what code to post. Thanks