As I've been updating galleon to HD, I've found an interesting bug that really only effects HD resolutions. It seems that there is a size limitation on a Color resource that is used to draw solid color views on the screen. Anything over about 700x500 ends up centering the max sized rectangle inside the view rather than filling it with the entire contents of the view. It really only affects HD because that size is larger than the normal 640x480 screen on SD. My workaround was to tile solid rectangles to fill the actual space I want.
This limitation seems to only be on Color resources as far as I can tell. Also it displays properly in the simulator, but just not on my S3.
David
This limitation seems to only be on Color resources as far as I can tell. Also it displays properly in the simulator, but just not on my S3.
David