From 241ac622a0767f26af706db6b0268ff1382e2716 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Thu, 23 Apr 2015 20:20:24 -0700 Subject: #495 Lazy load artist bio information since Subsonic takes so long the first time loading --- res/layout/select_album_header.xml | 221 ++++++++++++++++++++++--------------- 1 file changed, 130 insertions(+), 91 deletions(-) (limited to 'res/layout/select_album_header.xml') diff --git a/res/layout/select_album_header.xml b/res/layout/select_album_header.xml index f9eff4e8..d028a476 100644 --- a/res/layout/select_album_header.xml +++ b/res/layout/select_album_header.xml @@ -1,114 +1,153 @@ - + - + android:layout_gravity="top"> - - - - - - + android:layout_toRightOf="@+id/select_album_art" + android:orientation="vertical" + android:layout_centerVertical="true"> - - - + - + + - + + + + + + + + android:layout_height="wrap_content" + android:layout_alignParentBottom="true" + android:layout_alignParentRight="true" + android:padding="10dip"> + + - + + + + + - + + + + + + android:orientation="vertical" + android:layout_gravity="center"> - - - - - + + + + + + -- cgit v1.2.3