문제

Is there anyway to change the MiniController video control buttons to the "white" variety (R.drawable.ic_av_pause_dark, R.drawable.ic_av_play_dark, etc)?

The drawables are set to private in the MiniController. I suppose I can copy all the "white" ones, and rename them as the black ones, but didn't know if there was another way.

도움이 되었습니까?

해결책

There is currently no other way. I will address this in the next update (please open a ticket on the GitHub project for it so I don't forget). In the update, I will use more generic names for those drawables like ic_mini_controller_pause, etc and then you can update the resource in your own project, or I may use an "alias" so you can point that alias to light or dark version in your project.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top