added scroll helper to main activity

This commit is contained in:
Eugeniu Olog 2020-04-17 21:01:35 +02:00
parent 967c6fb5ac
commit 5d34055fd0
20 changed files with 187 additions and 134 deletions

View file

@ -37,7 +37,7 @@
android:id="@+id/miniPlayerFragment"
android:name="code.name.monkey.retromusic.fragments.MiniPlayerFragment"
android:layout_width="match_parent"
android:layout_height="48dp"
android:layout_height="@dimen/mini_player_height"
tools:layout="@layout/fragment_mini_player" />
</FrameLayout>