Hello all,
I just started developping on another device. (my previous development was on Android 2.2 devices)
I have this 7" device with a 800x480 resolution, with Honeycomb 3.2 on it.
I want my app to run fullscreen, and this seems to be a problem :-(
I did set the checkmark for "fullscreen" in the project-menu, and unchecked the "show title" in the project-menu.
However, I still can't get my App running fullscreen. The bottompart of the screen stays black.
When I put a messagebox in my application, showing activity.height, I only get "444" instead of "480".
(I think those 36 missing pixels, do correspond with my bottom-menu in honeycomb, but also this menu is not shown anymore when the app runs, this area simply turns black, even when settings the background color of the activity to red, I see a black border at the bottom of my screen)
However with the designer, I can design for the full 480 pixels in height, (even put labels at the very bottom of the screen) Also, my device shows up as a 800x480 (scale 1) device in the designer.
Did I miss something ? Do I need to take additional steps for the Honeycomb 3.2 ? (I'm using the latest 1.8 release with all libs up-to-date)
Thanks in advance,
Kris
I just started developping on another device. (my previous development was on Android 2.2 devices)
I have this 7" device with a 800x480 resolution, with Honeycomb 3.2 on it.
I want my app to run fullscreen, and this seems to be a problem :-(
I did set the checkmark for "fullscreen" in the project-menu, and unchecked the "show title" in the project-menu.
However, I still can't get my App running fullscreen. The bottompart of the screen stays black.
When I put a messagebox in my application, showing activity.height, I only get "444" instead of "480".
(I think those 36 missing pixels, do correspond with my bottom-menu in honeycomb, but also this menu is not shown anymore when the app runs, this area simply turns black, even when settings the background color of the activity to red, I see a black border at the bottom of my screen)
However with the designer, I can design for the full 480 pixels in height, (even put labels at the very bottom of the screen) Also, my device shows up as a 800x480 (scale 1) device in the designer.
Did I miss something ? Do I need to take additional steps for the Honeycomb 3.2 ? (I'm using the latest 1.8 release with all libs up-to-date)
Thanks in advance,
Kris