Hi, I'm new to the Android world. I am working on an application that supports multiple screen sizes, as described here http://developer.android.com/guide/practices/screens_support.html#screen-independence , I did not create different xmls for each screen size. But when I tested it on the Android 3 emulator, it appears on a small part of the screen.

Therefore, I think that the size specified for my application on the emulator is small, so my widgets do not fill the entire screen as I want. Can I control the size of my application on an emulator?
source
share