In my application,i have text view with long text. i need text wrapping like in the android emulator->contact->phone (screen short of dialpad in contact).
but in my application i get text wrapping as follows in the figure:

i have tried several ways it does not meet my requirement.
i do not need the “…” at right corner of the text view. instead of that, i want to wrap the text as in the first figure(android emulator->contact->phone). how to do that? please help me. Thanks in advance.
I think setting the following properties to your TextView should help you to achieve this behavior: