I have an application with 4 tabs. By default every tab width is 1/4 of the screen width. How can I override this?
I need the tabs to have a different width for each one. Any ideas on how to accomplish that?
|
I have an application with 4 tabs. By default every tab width is 1/4 of the screen width. How can I override this? I need the tabs to have a different width for each one. Any ideas on how to accomplish that? |
|||||
|
|
Finally I managed to have a different sized tabs using ToggleButton. My XML is like this
Where each ToggleButton is a tab. The trick here is using the weight to expand the tabs to completely fill the screen. The teab_selector.xml looks like this
I still need to code the logic for un-press a button when a new one is selected and launch an intent with ta activity, but looks nice so far. |
|||
|
|
|
Try this:
|
|||||
|
|
Try this:
|
|||
|