google / ExoPlayer

This project is deprecated and stale. The latest ExoPlayer code is available in https://github.com/androidx/media
https://developer.android.com/media/media3/exoplayer
Apache License 2.0
21.71k stars 6.02k forks source link

Drawable for thumbs up/down icon? #9570

Closed HectorRicardo closed 2 years ago

HectorRicardo commented 3 years ago

Simple question...do you have a drawable for a thumbs up/down icon?

I was expecting to find those drawables under /library/ui/src/main/res/drawable-anydpi-v21, but I was surprised I didn't, given that those icons are commonly used.

image

moneytoo commented 2 years ago

https://fonts.google.com/icons?selected=Material%20Icons%3Athumb_up%3A

tonihei commented 2 years ago

Seems like the question was answered by @moneytoo already. ExoPlayer only includes the icons it needs for its own UI elements. All other UI elements can be taken from elsewhere, like the Material design library linked above.