I've attached one image. In that image one checkbox and spinner are in undefined position. I'm using Absolute layout but also, i can't fix that to wherever. So, i need to set those by programmatically. Is this possible? Anyone help me. Thanks in Advance.
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.
|
|
|
Praveen It would be helpful if you put up your XML file. Any way absolute layout class has been deprecated try using frame layout or RelativeLayout. Absolute layouts are less flexible and harder to maintain than other types of layouts without absolute positioning. |
|||||
|