mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 17:43:32 +00:00
Added progressbar under header_bottom_sheet
This commit is contained in:
parent
d29c7c67c3
commit
12b23ab3c2
1 changed files with 3 additions and 0 deletions
|
|
@ -266,6 +266,9 @@ public class PlayerBottomSheetFragment extends Fragment implements MusicServiceE
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onUpdateProgressViews(int progress, int total) {
|
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.setMax(total);
|
||||||
bind.playerBodyLayout.playerBigSeekBar.setProgress(progress);
|
bind.playerBodyLayout.playerBigSeekBar.setProgress(progress);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue