i have used absolute layout in order to display image buttons in my application’s main.xml.
how exactly it affects to using my app on different density screens..
i have used absolute layout in order to display image buttons in my application’s
Share
Absolute Layout is deprecated and should not be used, it will make a mess of handling various screens.
Best practices for screen layouts