Started to fix the sliding panel playing queue. WIP
This commit is contained in:
parent
83fb5982ea
commit
188ead81dc
8 changed files with 50 additions and 16 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -1,12 +1,10 @@
|
|||
<com.sothree.slidinguppanel.SlidingUpPanelLayout
|
||||
<com.kabouzeid.gramophone.views.SlidingUpPanelLayout
|
||||
android:id="@+id/sliding_layout"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:sothree="http://schemas.android.com/apk/res-auto"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:gravity="bottom"
|
||||
sothree:umanoScrollableView="@+id/sliding_panel"
|
||||
sothree:umanoDragView="@+id/sliding_panel"
|
||||
sothree:umanoPanelHeight="@dimen/mini_player_height"
|
||||
sothree:umanoShadowHeight="@dimen/card_elevation">
|
||||
|
||||
|
|
@ -35,4 +33,4 @@
|
|||
|
||||
</FrameLayout>
|
||||
|
||||
</com.sothree.slidinguppanel.SlidingUpPanelLayout>
|
||||
</com.kabouzeid.gramophone.views.SlidingUpPanelLayout>
|
||||
Loading…
Add table
Add a link
Reference in a new issue