GiraffePlayer2 icon indicating copy to clipboard operation
GiraffePlayer2 copied to clipboard

Issue regarding the action bar

Open dolphylimitinf opened this issue 7 years ago • 2 comments

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")));

dolphylimitinf avatar Jun 19 '18 07:06 dolphylimitinf

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

tcking avatar Jun 25 '18 09:06 tcking

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")));

dolphylimitinf avatar Jul 04 '18 05:07 dolphylimitinf