Commit 3e9c86fc by andrewlewis Committed by Oliver Woodman

Add an option to turn off hiding controls during ads

Issue: #3532

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=178372763
parent 88d012ba
...@@ -26,6 +26,8 @@ ...@@ -26,6 +26,8 @@
* Skip ads before the ad preceding the player's initial seek position * Skip ads before the ad preceding the player's initial seek position
([#3527](https://github.com/google/ExoPlayer/issues/3527)). ([#3527](https://github.com/google/ExoPlayer/issues/3527)).
* Fix ad loading when there is no preroll. * Fix ad loading when there is no preroll.
* Add an option to turn off hiding controls during ad playback
([#3532](https://github.com/google/ExoPlayer/issues/3532)).
### 2.6.0 ### ### 2.6.0 ###
......
...@@ -47,6 +47,7 @@ ...@@ -47,6 +47,7 @@
<attr name="default_artwork" format="reference"/> <attr name="default_artwork" format="reference"/>
<attr name="use_controller" format="boolean"/> <attr name="use_controller" format="boolean"/>
<attr name="hide_on_touch" format="boolean"/> <attr name="hide_on_touch" format="boolean"/>
<attr name="hide_during_ads" format="boolean"/>
<attr name="auto_show" format="boolean"/> <attr name="auto_show" format="boolean"/>
<attr name="resize_mode"/> <attr name="resize_mode"/>
<attr name="surface_type"/> <attr name="surface_type"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment