diff options
Diffstat (limited to 'res/layout/select_album_header.xml')
-rw-r--r-- | res/layout/select_album_header.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/select_album_header.xml b/res/layout/select_album_header.xml index a253aa31..abc16e58 100644 --- a/res/layout/select_album_header.xml +++ b/res/layout/select_album_header.xml @@ -6,7 +6,6 @@ <ImageView android:id="@+id/select_album_art" - android:src="@drawable/unknown_album" android:layout_width="@dimen/AlbumArt.Header" android:layout_height="@dimen/AlbumArt.Header" android:layout_alignParentTop="true" @@ -16,6 +15,7 @@ android:contentDescription="@null"/> <LinearLayout + android:id="@+id/select_album_text_layout" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_toRightOf="@+id/select_album_art" |