I want to do a random int that can be 0 or 1. No other options.
I want to check the int value, and if it equals to 1, then I want to switch between 2 TextViews places on the layout.
I know how to check the int value, but how can I switch the TextViews places?