views:

411

answers:

1

Hi,

is there a way to customize the MediaController? I need to change the style of buttons, SeekBar etc.

Thx for your answer i.a.

A: 

The method makeControllerView was meant to be overridden so you could supply your own view. Unfortunately, it is hidden at the moment.

You may want to take the source of MediaController and either reimplement it or copy-and-paste the hidden methods into a subclass so you can customize it.

James