aboutsummaryrefslogtreecommitdiff
path: root/subsonic-android/res/layout/search.xml
diff options
context:
space:
mode:
Diffstat (limited to 'subsonic-android/res/layout/search.xml')
-rw-r--r--subsonic-android/res/layout/search.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/subsonic-android/res/layout/search.xml b/subsonic-android/res/layout/search.xml
index 5f5c26e0..d1c5c84c 100644
--- a/subsonic-android/res/layout/search.xml
+++ b/subsonic-android/res/layout/search.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/search_layout"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
@@ -18,7 +19,4 @@
android:layout_weight="1.0"
android:fastScrollEnabled="true"
/>
-
- <include layout="@layout/button_bar"/>
-
</LinearLayout> \ No newline at end of file