aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/src/main/res/layout/abstract_fragment_activity.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/app/src/main/res/layout/abstract_fragment_activity.xml b/app/src/main/res/layout/abstract_fragment_activity.xml
index 672698de..b51922fd 100644
--- a/app/src/main/res/layout/abstract_fragment_activity.xml
+++ b/app/src/main/res/layout/abstract_fragment_activity.xml
@@ -128,9 +128,10 @@
</FrameLayout>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/now_playing_fragment_container"
- android:layout_width="match_parent"
- android:layout_height="0dp"
- android:layout_weight="1"/>
+ android:id="@+id/now_playing_fragment_container"
+ android:layout_width="match_parent"
+ android:layout_height="0dp"
+ android:layout_weight="1"
+ android:clickable="true"/>
</LinearLayout>
</com.sothree.slidinguppanel.SlidingUpPanelLayout> \ No newline at end of file