Started to fix the sliding panel playing queue. WIP

This commit is contained in:
Karim Abou Zeid 2015-11-27 00:14:16 +01:00
commit 188ead81dc
8 changed files with 50 additions and 16 deletions

View file

@ -1,13 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<com.sothree.slidinguppanel.SlidingUpPanelLayout
<com.kabouzeid.gramophone.views.SlidingUpPanelLayout
android:id="@+id/player_sliding_layout"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/tools"
xmlns:sothree="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:focusable="true"
android:clickable="false"
android:gravity="bottom"
sothree:umanoDragView="@+id/player_panel"
sothree:umanoFadeColor="#00000000"
@ -15,7 +12,8 @@
sothree:umanoPanelHeight="0dp"
sothree:umanoScrollableView="@+id/player_recycler_view"
sothree:umanoParallaxOffset="32dp"
sothree:umanoShadowHeight="0dp">
sothree:umanoShadowHeight="0dp"
xmlns:sothree="http://schemas.android.com/apk/res-auto">
<RelativeLayout
android:id="@+id/player_content"
@ -77,4 +75,4 @@
</FrameLayout>
</com.sothree.slidinguppanel.SlidingUpPanelLayout>
</com.kabouzeid.gramophone.views.SlidingUpPanelLayout>