I have an menuscreen XML. When I open the project wide screen Its not adapted all screen size. How can I overcome this problem.
When I want to add picture about this pro
In android you have to set images in different different drawable as per screen size and make layout as per screen size also.
res/layout/my_layout.xml(drawable also like layout) ---- default layout.
res/layout-layout-hdpi/my_layout.xml ---- layout for hdpi screen size
res/layout-layout-large-hdpi/my_layout.xml ---- layout for large hdpi screen size
res/layout-layout-mdpi/my_layout.xml ---- layout for mdpi screen size(normal tables also)
res/layout-layout-Xdpi/my_layout.xml ---- layout for Xhdpi screen Size(high resolution)