Commit 403f773f by olly Committed by Oliver Woodman

Add missing attrs to SimpleExoplayerView

They worked without being present in the declare-styleable,
but they need to be present for Android Studio auto-complete
to suggest them.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=179047478
parent 67b94a72
Showing with 4 additions and 1 deletions
...@@ -51,10 +51,13 @@ ...@@ -51,10 +51,13 @@
<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"/>
<attr name="player_layout_id"/>
<!-- PlaybackControlView attrs -->
<attr name="show_timeout"/> <attr name="show_timeout"/>
<attr name="rewind_increment"/> <attr name="rewind_increment"/>
<attr name="fastforward_increment"/> <attr name="fastforward_increment"/>
<attr name="player_layout_id"/> <attr name="repeat_toggle_modes"/>
<attr name="show_shuffle_button"/>
<attr name="controller_layout_id"/> <attr name="controller_layout_id"/>
</declare-styleable> </declare-styleable>
......
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