diff options
author | Scott Jackson <daneren2005@gmail.com> | 2013-05-09 20:48:19 -0700 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2013-05-09 20:48:19 -0700 |
commit | 9b81170e0bc2ffe6fa635e52563f4509546b0d26 (patch) | |
tree | bc9fb7ef4c5f220f5da28f143cc8bf2a11b0d19e /subsonic-android/res | |
parent | b3248e922289cc66bf68b010380bfdabaa663695 (diff) | |
download | dsub-9b81170e0bc2ffe6fa635e52563f4509546b0d26.tar.gz dsub-9b81170e0bc2ffe6fa635e52563f4509546b0d26.tar.bz2 dsub-9b81170e0bc2ffe6fa635e52563f4509546b0d26.zip |
Don't create a new header each time list is reloaded
Diffstat (limited to 'subsonic-android/res')
-rw-r--r-- | subsonic-android/res/layout/select_album_header.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subsonic-android/res/layout/select_album_header.xml b/subsonic-android/res/layout/select_album_header.xml index 6905d421..63e91887 100644 --- a/subsonic-android/res/layout/select_album_header.xml +++ b/subsonic-android/res/layout/select_album_header.xml @@ -1,5 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" + android:id="@+id/select_album_header" android:layout_width="fill_parent" android:layout_height="wrap_content"> |