My requirement is like need to show list of names in horizontal view. If the names exceeds the screen width, it display them in the second line. For that i created linear layout and programmatically adding textview in layout but if it exceeds screen width it not showing in second line.
Can anyone help me or suggest to achieve this?