Revert latest commit

This commit is contained in:
Karim Abou Zeid 2015-12-02 18:02:15 +01:00
commit f09b38f40e
7 changed files with 12 additions and 43 deletions

View file

@ -1,10 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<com.kabouzeid.gramophone.views.SlidingUpPanelLayout
<com.sothree.slidinguppanel.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"
@ -12,8 +15,7 @@
sothree:umanoPanelHeight="0dp"
sothree:umanoScrollableView="@+id/player_recycler_view"
sothree:umanoParallaxOffset="32dp"
sothree:umanoShadowHeight="0dp"
xmlns:sothree="http://schemas.android.com/apk/res-auto">
sothree:umanoShadowHeight="0dp">
<RelativeLayout
android:id="@+id/player_content"
@ -75,4 +77,4 @@
</FrameLayout>
</com.kabouzeid.gramophone.views.SlidingUpPanelLayout>
</com.sothree.slidinguppanel.SlidingUpPanelLayout>

View file

@ -1,10 +1,12 @@
<com.kabouzeid.gramophone.views.SlidingUpPanelLayout
<com.sothree.slidinguppanel.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">
@ -33,4 +35,4 @@
</FrameLayout>
</com.kabouzeid.gramophone.views.SlidingUpPanelLayout>
</com.sothree.slidinguppanel.SlidingUpPanelLayout>