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.

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.

share|improve this question

1 Answer

up vote 0 down vote accepted

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.

share|improve this answer
Here is my XML file. Sorry i forgot to say onething to you. I've created that checkbox and spinner are created by programmatically. Are you clear? pastebin.com/SjmNkM1K – user905216 Sep 23 '11 at 5:17
it says content is not available. Even if it has been created programmatically you still must use the exact coordinates to lock up your positions in absolute layout – Vinoth Sep 23 '11 at 6:03

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.