• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Android View Scaling Problem

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?
 
Back
Top