SurajBichkunde39 / TicTacToe

TicTacToe android application.
0 stars 0 forks source link

Add support for landscape #35

Open SurajBichkunde39 opened 2 years ago

SurajBichkunde39 commented 2 years ago

As per the current implementation, layouts are only designed for normal mode, so UI fails and shows the unexpected layout in the landscape.

Suggestion: Instead of adding separate layout files for landscape, make the layout in such a way that it will be the same for both orientations. Note: It will be okay if this is not part of the first release.

SurajBichkunde39 commented 2 years ago

For the first release preventing the application from going into landscape mode, Issue#42 is tracing the same.