aboutsummaryrefslogtreecommitdiff
path: root/app/src/main
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2015-07-29 18:15:35 -0700
committerScott Jackson <daneren2005@gmail.com>2015-07-29 18:15:35 -0700
commit253d0bde8d7ed90bf20d073a0a656e5e874199fe (patch)
tree5407fd01118b447a2b2a1d575f35825774906f12 /app/src/main
parent0df472b6236090ef3a3b5f2cda718a8972f6d1b8 (diff)
downloaddsub-253d0bde8d7ed90bf20d073a0a656e5e874199fe.tar.gz
dsub-253d0bde8d7ed90bf20d073a0a656e5e874199fe.tar.bz2
dsub-253d0bde8d7ed90bf20d073a0a656e5e874199fe.zip
Fix being able to click behind slide up bar
Diffstat (limited to 'app/src/main')
-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