From bb99150a872a7265e44ae5bd9eb3ce3534ac12b3 Mon Sep 17 00:00:00 2001 From: Bobby Georgescu Date: Mon, 13 Aug 2012 13:30:02 -0700 Subject: Show album counts in Gallery & other small reskin fixes Bug: 6975144 Change-Id: I2f12c6482cc009aecbca3e26482ebd8944f01bb8 --- src/com/android/gallery3d/ui/AlbumSetSlotRenderer.java | 1 + 1 file changed, 1 insertion(+) (limited to 'src/com/android/gallery3d/ui/AlbumSetSlotRenderer.java') diff --git a/src/com/android/gallery3d/ui/AlbumSetSlotRenderer.java b/src/com/android/gallery3d/ui/AlbumSetSlotRenderer.java index f58c033b0..cee36d969 100644 --- a/src/com/android/gallery3d/ui/AlbumSetSlotRenderer.java +++ b/src/com/android/gallery3d/ui/AlbumSetSlotRenderer.java @@ -51,6 +51,7 @@ public class AlbumSetSlotRenderer extends AbstractSlotRenderer { public int countFontSize; public int leftMargin; public int iconSize; + public int titleRightMargin; } public AlbumSetSlotRenderer(GalleryActivity activity, SelectionManager selectionManager, -- cgit v1.2.3