From 3e6eb652b371946ca40863114f42f655a96920a2 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Tue, 22 Apr 2014 20:44:53 -0700 Subject: More work on showing albums in grid --- res/layout/album_cell_item.xml | 56 ++++++++++++++++++++++++++++++++++++++++++ res/layout/select_album.xml | 1 - 2 files changed, 56 insertions(+), 1 deletion(-) create mode 100644 res/layout/album_cell_item.xml (limited to 'res') diff --git a/res/layout/album_cell_item.xml b/res/layout/album_cell_item.xml new file mode 100644 index 00000000..9cc85c6e --- /dev/null +++ b/res/layout/album_cell_item.xml @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/layout/select_album.xml b/res/layout/select_album.xml index b9bd3196..53b6bb63 100644 --- a/res/layout/select_album.xml +++ b/res/layout/select_album.xml @@ -30,7 +30,6 @@ 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" -- cgit v1.2.3