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]