mirror of
https://github.com/samsonjs/media.git
synced 2026-04-09 11:55:46 +00:00
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
This commit is contained in:
parent
0ccf816a5c
commit
435686f969
1 changed files with 4 additions and 1 deletions
|
|
@ -51,10 +51,13 @@
|
|||
<attr name="auto_show" format="boolean"/>
|
||||
<attr name="resize_mode"/>
|
||||
<attr name="surface_type"/>
|
||||
<attr name="player_layout_id"/>
|
||||
<!-- PlaybackControlView attrs -->
|
||||
<attr name="show_timeout"/>
|
||||
<attr name="rewind_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"/>
|
||||
</declare-styleable>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue