AppBarLayout scrolling awesomeness, PlayQueue layout touches interception, player's controls' margin

- made scrolling in appBarLayout awesome
- PlayQueue layout was intercepting touches while it was in GONE visibility state. Now it's not gonna happen
- removed margin between two lines of player's controls
- when a user leaves the app with two back presses the app will not stop MainPlayer service if popup or background players play
This commit is contained in:
Avently 2020-02-12 22:33:23 +03:00
parent c7c4c2172a
commit 38440abb30
8 changed files with 69 additions and 102 deletions

View file

@ -155,7 +155,6 @@
android:minHeight="50dp"
android:baselineAligned="false"
android:gravity="top"
android:layout_marginBottom="7dp"
tools:ignore="RtlHardcoded">
<ImageButton