GiraffePlayer2
GiraffePlayer2 copied to clipboard
Issue regarding the action bar
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")));
for now you need change the tcking.github.com.giraffeplayer2.PlayerActivity's theme,it will be configurable next version
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")));