diff --git a/app/src/main/res/layout/mini_player.xml b/app/src/main/res/layout/mini_player.xml index 3e4f9076..a20e6ce6 100644 --- a/app/src/main/res/layout/mini_player.xml +++ b/app/src/main/res/layout/mini_player.xml @@ -1,10 +1,13 @@ - + android:background="?android:colorBackground" + android:clickable="true" + android:focusable="false"> + android:layout_height="match_parent" + android:clickable="true" + android:focusable="false"> diff --git a/app/src/main/res/layout/sliding_music_panel_layout.xml b/app/src/main/res/layout/sliding_music_panel_layout.xml index d8906741..68f69535 100644 --- a/app/src/main/res/layout/sliding_music_panel_layout.xml +++ b/app/src/main/res/layout/sliding_music_panel_layout.xml @@ -8,6 +8,7 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:gravity="bottom" + sothree:umanoDragView="@+id/player_container" sothree:umanoPanelHeight="@dimen/mini_player_height" sothree:umanoParalaxOffset="0dp" sothree:umanoShadowHeight="@dimen/card_elevation"> @@ -21,7 +22,9 @@ android:id="@+id/player_container" android:layout_width="match_parent" android:layout_height="match_parent" - android:background="?android:colorBackground"> + android:background="?android:colorBackground" + android:clickable="true" + android:focusable="false">