I have a layout in portrait mode with a textview and some buttons that customize the font style of the textview. I would like that by changing the layout orientation to landscape mode, the textview would fill the entire screen.
I definitely do not know how to do it. Alternating two activities? Rotate activity by code and hiding other components (buttons)? What would be the best way?