Added fading edges to playing queue. Fixed statusbar not being colored in player fragment.

This commit is contained in:
Karim Abou Zeid 2016-01-30 16:34:09 +01:00
commit d31ad77e62
3 changed files with 9 additions and 3 deletions

View file

@ -121,7 +121,9 @@
<android.support.v7.widget.RecyclerView
android:id="@+id/player_recycler_view"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
android:layout_height="wrap_content"
android:paddingBottom="8dp"
android:requiresFadingEdge="vertical" />
</LinearLayout>

View file

@ -122,7 +122,9 @@
<android.support.v7.widget.RecyclerView
android:id="@+id/player_recycler_view"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
android:layout_height="wrap_content"
android:paddingBottom="8dp"
android:requiresFadingEdge="vertical" />
</LinearLayout>