views:

30

answers:

1

I am in the process of trying to convert a desktop app to Android - and am struggling with some very basic stuff.

When I specify a layout including a textview that holds a sizable amount of text wrap_content seems to arbitrarily break in the middle of a word - and I can not find any documentation indicating this can be controlled.

A: 

That has never happened to me. Any TextView that I've used has intelligently wrapped text. You shouldn't need to provide any additional parameters, the default is fine. Can you share your XML layout?

Brandon