mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Remove references to LegacyPlayerView
This is an internal name for the exoplayer2 `PlayerView` that was never published as part of media3. PiperOrigin-RevId: 623120907
This commit is contained in:
parent
5e85823ea0
commit
5d6f514897
2 changed files with 2 additions and 3 deletions
|
|
@ -24,7 +24,7 @@
|
||||||
<enum name="zoom" value="4"/>
|
<enum name="zoom" value="4"/>
|
||||||
</attr>
|
</attr>
|
||||||
|
|
||||||
<!-- Must be kept in sync with LegacyPlayerView and PlayerView -->
|
<!-- Must be kept in sync with PlayerView -->
|
||||||
<attr name="surface_type" format="enum">
|
<attr name="surface_type" format="enum">
|
||||||
<enum name="none" value="0"/>
|
<enum name="none" value="0"/>
|
||||||
<enum name="surface_view" value="1"/>
|
<enum name="surface_view" value="1"/>
|
||||||
|
|
@ -40,7 +40,7 @@
|
||||||
<flag name="all" value="2"/>
|
<flag name="all" value="2"/>
|
||||||
</attr>
|
</attr>
|
||||||
|
|
||||||
<!-- LegacyPlayerView and PlayerView attributes -->
|
<!-- PlayerView attributes -->
|
||||||
<attr name="use_artwork" format="boolean"/>
|
<attr name="use_artwork" format="boolean"/>
|
||||||
<attr name="artwork_display_mode" format="enum">
|
<attr name="artwork_display_mode" format="enum">
|
||||||
<enum name="off" value="0"/>
|
<enum name="off" value="0"/>
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,6 @@
|
||||||
<integer name="exo_media_button_opacity_percentage_enabled">100</integer>
|
<integer name="exo_media_button_opacity_percentage_enabled">100</integer>
|
||||||
<integer name="exo_media_button_opacity_percentage_disabled">33</integer>
|
<integer name="exo_media_button_opacity_percentage_disabled">33</integer>
|
||||||
|
|
||||||
<color name="exo_error_message_background_color">#AA000000</color>
|
|
||||||
<color name="exo_edit_mode_background_color">#FFF4F3F0</color>
|
<color name="exo_edit_mode_background_color">#FFF4F3F0</color>
|
||||||
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue