aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/abstract_fragment_activity.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2015-06-24 19:38:39 -0700
committerScott Jackson <daneren2005@gmail.com>2015-06-24 19:38:39 -0700
commit4de9c5147d1722f00deb0ae475b8f23464226147 (patch)
tree005547c5a09b76af83ed16fc59a162aff6237abd /app/src/main/res/layout/abstract_fragment_activity.xml
parent09ba1ad3a2f9e9ad7fd634b2c34d95016dc8315b (diff)
downloaddsub-4de9c5147d1722f00deb0ae475b8f23464226147.tar.gz
dsub-4de9c5147d1722f00deb0ae475b8f23464226147.tar.bz2
dsub-4de9c5147d1722f00deb0ae475b8f23464226147.zip
Hide NowPlaying bar when starting with nothing playing (can't hide later since layout bug keeps a placeholder there) + close bar after clearing queue
Diffstat (limited to 'app/src/main/res/layout/abstract_fragment_activity.xml')
-rw-r--r--app/src/main/res/layout/abstract_fragment_activity.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/src/main/res/layout/abstract_fragment_activity.xml b/app/src/main/res/layout/abstract_fragment_activity.xml
index bf8d9640..44ac35fd 100644
--- a/app/src/main/res/layout/abstract_fragment_activity.xml
+++ b/app/src/main/res/layout/abstract_fragment_activity.xml
@@ -27,9 +27,11 @@
</FrameLayout>
<LinearLayout
+ android:id="@+id/slide_up_frame"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:orientation="vertical">
+ android:orientation="vertical"
+ android:visibility="gone">
<FrameLayout
android:id="@+id/slide_up_swipe_target"