I have three tabs.
I’d like to know if a tab can have more than one textview.Everytime I try to add a new textview, even if in different positions on the screen, they appear overlapped.
The details would be alligned on the left and the data would be alligned on the right. I can’t write the way I want in here because I don’t how to put tabs.
But the idea is something like: on the left a perfect column with Name, Login, Address, etc… and on the right side a perfect column with the name, the login, the address, etc…
What I’d like to do is something like, for example:
|Personal| -> tab
Inside the tab:
Information
Name: Zoe Shnoeder
Login: zoe-shnd
Address: Ulisses Street, London, UK
Date of birth: 13/11/1990
Contacts
Telephone: 2134212
E-mail: zoeshn@hotmail.com
And if possible a square around Information and its details and another square around Contacts and its details, like
-Contacts—————————
| Telephone: 2134212 |
| E-mail: zoeshn@hotmail.com |
Thanks in advance,
Rita
You need some layout that will contain your
TextViews. I’d suggest you to start with this oneEdit:
Consider to make your layout with textviews in xml, and DO refer to the tutorial.