Affichage headchat en vrai fullscreen ?
Bonjour
J'utilise ceci
Code:
1 2 3 4 5 6
| WindowManager.LayoutParams params = new WindowManager.LayoutParams(
WindowManager.LayoutParams.WRAP_CONTENT,
WindowManager.LayoutParams.WRAP_CONTENT,
WindowManager.LayoutParams.TYPE_PHONE,
WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE,
PixelFormat.TRANSLUCENT); |
Pour afficher une fenêtre flottante mais il m'est impossible de faire afficher cette fenêtre au dessus de la barre status.
Quel paramètre faut il utiliser pour avoir accès à l'intégralité de l'écran ?
Merci.