2012-02-24 1 views

Répondre

0

Voici ce que je faisais pour avoir mon plein écran de l'application:

requestWindowFeature (Window.FEATURE_NO_TITLE); .

getWindow() setFlags (WindowManager.LayoutParams.FLAG_FULLSCREEN,

WindowManager.LayoutParams.FLAG_FULLSCREEN);

getWindow(). AddFlags (WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON);

Si vous voulez ça ou quelque chose d'autre?

+0

Merci pour votre réponse. J'essaierai beaucoup tomarrow thx. – kyo

Questions connexes