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
Declare your dimensions values-small,values-large,values-xlarge etc.
Don't forget to declare support-screens in your AndroidManifest.xml
Reffer to http://developer.android.com/guide/practices/screens_support.html for more info.