Queue elements are now clickable and customized

This commit is contained in:
CappielloAntonio 2021-12-30 20:25:51 +01:00
parent 15e7c28b14
commit 7b5bbd7d53
4 changed files with 46 additions and 6 deletions

View file

@ -0,0 +1,5 @@
package com.cappielloantonio.play.interfaces;
public interface MediaIndexCallback {
void onRecovery(int index);
}