How to make my app full screen on Galaxy Tab

后端 未结 8 1363
余生分开走
余生分开走 2020-12-30 11:29

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

8条回答
  •  -上瘾入骨i
    2020-12-30 11:46

    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.

提交回复
热议问题