Add stream segments to player
This commit is contained in:
parent
8fd48a88be
commit
37aa41afae
12 changed files with 406 additions and 49 deletions
|
|
@ -27,7 +27,7 @@ public final class FlingBehavior extends AppBarLayout.Behavior {
|
|||
private boolean allowScroll = true;
|
||||
private final Rect globalRect = new Rect();
|
||||
private final List<Integer> skipInterceptionOfElements = Arrays.asList(
|
||||
R.id.playQueuePanel, R.id.playbackSeekBar,
|
||||
R.id.itemsListPanel, R.id.playbackSeekBar,
|
||||
R.id.playPauseButton, R.id.playPreviousButton, R.id.playNextButton);
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue