i have created a custom menu using linear layout for an android application. The scenario here is that i have created five menu tabs. I have to set the visibility of a menu or two to gone based on the navigation i will do. the problem is when i set the visibility of a menu tab to gone, the stretching of layout is shown explicitly. Please guide to get out of the problem
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
You could use the visibility "Invisible" instead. GONE: The view is totally removed from your layout. INVISIBLE: The view isn't shown but it still uses the space it needs. |
|||||||||||
|