aboutsummaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/select_album.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/res/layout/select_album.xml b/res/layout/select_album.xml
index 9b1e36dd..b9bd3196 100644
--- a/res/layout/select_album.xml
+++ b/res/layout/select_album.xml
@@ -25,6 +25,17 @@
android:layout_height="wrap_content"
android:padding="10dip"/>
+ <GridView
+ android:id="@+id/select_album_albums"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:numColumns="auto_fit"
+ android:columnWidth="90dp"
+ android:horizontalSpacing="10dp"
+ android:verticalSpacing="10dp"
+ android:gravity="center"
+ android:stretchMode="columnWidth"/>
+
<com.mobeta.android.dslv.DragSortListView
style="@style/DragDropListView"
android:id="@+id/select_album_entries"