aboutsummaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2014-04-20 21:53:25 -0700
committerScott Jackson <daneren2005@gmail.com>2014-04-20 21:53:25 -0700
commitecca7014525df432376705bf0400ef45b9568149 (patch)
tree962958e1b7bbff703450ad447c605378abeaf771 /res/layout
parent986be522c8f9614155adf4a970e16311659baf69 (diff)
downloaddsub-ecca7014525df432376705bf0400ef45b9568149.tar.gz
dsub-ecca7014525df432376705bf0400ef45b9568149.tar.bz2
dsub-ecca7014525df432376705bf0400ef45b9568149.zip
Start of adding grid for albums
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"