mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-01 07:03:35 +00:00
Added progressbar under header_bottom_sheet
This commit is contained in:
@@ -266,6 +266,9 @@ public class PlayerBottomSheetFragment extends Fragment implements MusicServiceE
|
||||
|
||||
@Override
|
||||
public void onUpdateProgressViews(int progress, int total) {
|
||||
bind.playerHeaderLayout.playerHeaderSeekBar.setMax(total);
|
||||
bind.playerHeaderLayout.playerHeaderSeekBar.setProgress(progress);
|
||||
|
||||
bind.playerBodyLayout.playerBigSeekBar.setMax(total);
|
||||
bind.playerBodyLayout.playerBigSeekBar.setProgress(progress);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user