diff options
author | Scott Jackson <daneren2005@gmail.com> | 2012-10-31 20:51:23 -0700 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2012-10-31 20:51:23 -0700 |
commit | fda62834ccbfdaf76f918e13fa59da6f78c79591 (patch) | |
tree | 39028d43c35f8a4112998e67d1c0df242cf4f463 /subsonic-android/res/layout-land | |
parent | b1105a707296d935fdec45f53d7ac317d058c8ae (diff) | |
download | dsub-fda62834ccbfdaf76f918e13fa59da6f78c79591.tar.gz dsub-fda62834ccbfdaf76f918e13fa59da6f78c79591.tar.bz2 dsub-fda62834ccbfdaf76f918e13fa59da6f78c79591.zip |
Always display tabs on Now Playing
Diffstat (limited to 'subsonic-android/res/layout-land')
-rw-r--r-- | subsonic-android/res/layout-land/download.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subsonic-android/res/layout-land/download.xml b/subsonic-android/res/layout-land/download.xml index 1c752542..8e54c184 100644 --- a/subsonic-android/res/layout-land/download.xml +++ b/subsonic-android/res/layout-land/download.xml @@ -210,6 +210,6 @@ <include layout="@layout/download_slider"/>
- <include layout="@layout/download_button_bar_flipper"/>
+ <include layout="@layout/button_bar"/>
</LinearLayout>
|