tatteredpotato
Diamond Member
I've been messing around with some Android programming, and I've been having problems getting my "Activities" to scale to the screen. If I have an HVGA screen on my emulator, then my application fills the full screen when my root view is set to "fill_parent", however when I up the resolution on the AVD then the application still only occupies HVGA worth of space. I thought that the "fill_parent" attribute would ignore screen issues but it doesn't. I've also noticed that the application title bar isn't as wide as the full screen.
It seems when I remade the emulator this disappeared, but I'm curious if there is something that might "force" an Activity to display at a lower resolution?
It seems when I remade the emulator this disappeared, but I'm curious if there is something that might "force" an Activity to display at a lower resolution?