I know I can use margins to do that but I am getting some problems when objects are near edge of the screen. In this case android tries to fit all contents of view into screen which is something I don't want. For example if I give 200 width to a view and 100px of this is outside the screen it fits it to 100 px.
How can I avoid this?
Also why AbsoluteLayout is deprecated? I am currently working with it and it works but I wonder if people will throw stones at me