android - How to dynamically switch orientation of TextView -


the general orientation set as:

<linearlayout     android:orientation="vertical"  /> 

i need switch textview orientation , forth different views better handles available space.


Comments

Popular posts from this blog

php - How can an email be returned from Stripe Checkout? -

SQL php on different pages to Insert (mysqli) -

linked list - Get the index of the Node in a LinkedList which contains the given value in java -