Skip to content

Unable to override the Shuffle and Repeat Drawables #6709

@RowlandOti

Description

@RowlandOti

[REQUIRED] Issue description

This is an attempt to override the toggle on, off for both shufle and repeat drawables. It seems to not be working since I still see the default drawables for the two items above,.

[REQUIRED] Reproduction steps

Tried overriding the drawables using:
In styles.xml

</resources>
    <drawable name="exo_controls_shuffle">@drawable/ic_shuffle</drawable>
    <drawable name="exo_controls_shuffle_off">@drawable/ic_shuffle</drawable>
    <drawable name="exo_controls_shuffle_on">@drawable/ic_shuffle</drawable>
    <drawable name="exo_controls_repeat_off">@drawable/ic_repeat</drawable>
    <drawable name="exo_controls_repeat_one">@drawable/ic_repeat</drawable>
    <drawable name="exo_controls_repeat_all">@drawable/ic_repeat</drawable>
</resources>

[REQUIRED] Link to test content

N/A

[REQUIRED] A full bug report captured from the device

device-2019-11-29-110123

[REQUIRED] Version of ExoPlayer being used

vERSION IS 2.10.8

[REQUIRED] Device(s) and version(s) of Android being used

Android API 16 TO API 29

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions