views:

27

answers:

1

I have a relative layout with various text view aligned in it.But the alignment goes wrong if value of any textview goes multiline.is there any way to avoid it? The view required is something like :

Name: Abc

address: 23,abc street,fhjhg apartments,Country

Email: [email protected]

address text view has width set as wrap-content but it appears like:

Name: Abc

address: 23,abc street

Email: fhjhg apartments,Country

        [email protected]
A: 

In this case provide you xml layout file.

success_anil
My problem is resolved..I just adjusted the layout with margins and paddings
shaireen