From 301059e8e1b39fdcdd52d85c7cf93355f68d9ccc Mon Sep 17 00:00:00 2001 From: Bobby Georgescu Date: Fri, 15 Mar 2013 14:38:04 -0700 Subject: Improve AlbumSet UI in new gallery Change-Id: I31cbf7cf8c0c7b5f5f3413a59ad94142b13870d2 --- res/layout/album_set_item.xml | 57 ++++++++++++++++++++----------------------- 1 file changed, 27 insertions(+), 30 deletions(-) (limited to 'res/layout/album_set_item.xml') diff --git a/res/layout/album_set_item.xml b/res/layout/album_set_item.xml index bdecd5fd1..ad0e0db20 100644 --- a/res/layout/album_set_item.xml +++ b/res/layout/album_set_item.xml @@ -1,42 +1,39 @@ - + android:orientation="vertical" + android:background="?android:attr/activatedBackgroundIndicator" + android:padding="2dp" > - + android:layout_width="match_parent" + android:orientation="vertical" + android:padding="10dp" + android:background="#FFF" > - + + + + - - - \ No newline at end of file + \ No newline at end of file -- cgit v1.2.3