aboutsummaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2015-01-15 09:17:42 -0800
committerScott Jackson <daneren2005@gmail.com>2015-01-15 09:17:42 -0800
commit719811985eee20c0f98f4740347e8e66b490a4f9 (patch)
treeeb378d6bc821608faad9792d3f6ff8148d998d56 /res
parentf014c1d35b1d7b3d38266f07e7c825a3cc4f8a5b (diff)
downloaddsub-719811985eee20c0f98f4740347e8e66b490a4f9.tar.gz
dsub-719811985eee20c0f98f4740347e8e66b490a4f9.tar.bz2
dsub-719811985eee20c0f98f4740347e8e66b490a4f9.zip
Make text wrap from around image in header
Diffstat (limited to 'res')
-rw-r--r--res/layout/select_album_header.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/select_album_header.xml b/res/layout/select_album_header.xml
index 8b13ee68..abc16e58 100644
--- a/res/layout/select_album_header.xml
+++ b/res/layout/select_album_header.xml
@@ -15,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"