-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Labels
Description
[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
[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
Reactions are currently unavailable
