tcking / GiraffePlayer

android video player base on ijkplayer
Apache License 2.0
681 stars 199 forks source link

Not full screen in TV Box #83

Closed TuxRneR closed 7 years ago

TuxRneR commented 7 years ago

Hello, how i can get the fullscreen of this app in a Tv Box?

tcking commented 7 years ago

try this: GiraffePlayerActivity.configPlayer(MainActivity.this).setTitle(url).setFullScreenOnly(true).play(url);

TuxRneR commented 7 years ago

Where do I put this code?

TuxRneR commented 7 years ago

Fixed!