tcking / GiraffePlayer2

out of the box android video player(support lazy load, ListView/RecyclerView and hight performance)
Apache License 2.0
377 stars 110 forks source link

Issue regarding the action bar #113

Open dolphylimitinf opened 6 years ago

dolphylimitinf commented 6 years ago

Please let me know how we can remove the action bar when the video is playing in the portrait mode? using the below code :-

    GiraffePlayer.play(getApplicationContext(), new VideoInfo(Uri.parse
            ("video_link")));
tcking commented 6 years ago

for now you need change the tcking.github.com.giraffeplayer2.PlayerActivity's theme,it will be configurable next version

dolphylimitinf commented 6 years ago

Thanks for replying. Please, can you let me know if I can get the time left or have to add subscription after 1-2 minutes for that what I have to do? using the below given code :- GiraffePlayer.play(getApplicationContext(), new VideoInfo(Uri.parse ("video_link")));