I\'ve been trying everything I can think of to get my app to display full screen on the Galaxy Tab.
Basically, it works like the Lunar Lander example app that comes
another way to do is creating a xml called styles.xml in res/values
define a style:
later in the manifest, tell android what activity must be in fullscreen setting the style above:
in this way you make a reusable theme what can be applied to any activity.