I'm looking for a way of setting a custom seekbar on the default MediaController; preferably without having to completely extend the MediaController.
Following the information on this post: android seek bar customization, I've created a custom seekbar class however I'd like to set that onto the MediaController being used in my VideoPlayerActivity.
Looking at the implementation for the MediaController, it looks like you can retrieve the seekbar Resource using its basic identifier
"mediacontroller_progress", "id", "android"
Therefore, is it possible to create a unique resourceId and set the MediaController to retrieve this resource instead? If not, then how would one go about setting the seekbar?