From b0e65f218ec7eb69fd527e5400f7c040742a1767 Mon Sep 17 00:00:00 2001 From: Adam Cohen Date: Sun, 22 Sep 2013 17:48:08 -0700 Subject: Folder assets Change-Id: I8db554990ebe5f695af293c1b482abcd20704b4f --- res/drawable-hdpi/portal_ring_outer_holo.png | Bin 6676 -> 7658 bytes res/drawable-hdpi/portal_ring_rest.png | Bin 2392 -> 2483 bytes res/drawable-mdpi/portal_ring_outer_holo.png | Bin 4035 -> 4798 bytes res/drawable-mdpi/portal_ring_rest.png | Bin 1563 -> 1551 bytes res/drawable-xhdpi/portal_ring_outer_holo.png | Bin 17212 -> 11037 bytes res/drawable-xhdpi/portal_ring_rest.png | Bin 3323 -> 3791 bytes res/drawable-xxhdpi/portal_ring_outer_holo.png | Bin 17212 -> 16576 bytes res/drawable-xxhdpi/portal_ring_rest.png | Bin 5595 -> 5265 bytes src/com/android/launcher3/FolderIcon.java | 2 +- 9 files changed, 1 insertion(+), 1 deletion(-) diff --git a/res/drawable-hdpi/portal_ring_outer_holo.png b/res/drawable-hdpi/portal_ring_outer_holo.png index 2bf0c0d18..b711cf350 100644 Binary files a/res/drawable-hdpi/portal_ring_outer_holo.png and b/res/drawable-hdpi/portal_ring_outer_holo.png differ diff --git a/res/drawable-hdpi/portal_ring_rest.png b/res/drawable-hdpi/portal_ring_rest.png index 93e3f6be3..84781646f 100644 Binary files a/res/drawable-hdpi/portal_ring_rest.png and b/res/drawable-hdpi/portal_ring_rest.png differ diff --git a/res/drawable-mdpi/portal_ring_outer_holo.png b/res/drawable-mdpi/portal_ring_outer_holo.png index 3a7303ec5..e9b35f3f3 100644 Binary files a/res/drawable-mdpi/portal_ring_outer_holo.png and b/res/drawable-mdpi/portal_ring_outer_holo.png differ diff --git a/res/drawable-mdpi/portal_ring_rest.png b/res/drawable-mdpi/portal_ring_rest.png index 259e48c0c..3b5ec717e 100644 Binary files a/res/drawable-mdpi/portal_ring_rest.png and b/res/drawable-mdpi/portal_ring_rest.png differ diff --git a/res/drawable-xhdpi/portal_ring_outer_holo.png b/res/drawable-xhdpi/portal_ring_outer_holo.png index 281e9b565..f32051dcf 100644 Binary files a/res/drawable-xhdpi/portal_ring_outer_holo.png and b/res/drawable-xhdpi/portal_ring_outer_holo.png differ diff --git a/res/drawable-xhdpi/portal_ring_rest.png b/res/drawable-xhdpi/portal_ring_rest.png index ab5c2c479..f0aa06fba 100644 Binary files a/res/drawable-xhdpi/portal_ring_rest.png and b/res/drawable-xhdpi/portal_ring_rest.png differ diff --git a/res/drawable-xxhdpi/portal_ring_outer_holo.png b/res/drawable-xxhdpi/portal_ring_outer_holo.png index 281e9b565..0aee4f027 100644 Binary files a/res/drawable-xxhdpi/portal_ring_outer_holo.png and b/res/drawable-xxhdpi/portal_ring_outer_holo.png differ diff --git a/res/drawable-xxhdpi/portal_ring_rest.png b/res/drawable-xxhdpi/portal_ring_rest.png index 947d7dbeb..7a13f729a 100644 Binary files a/res/drawable-xxhdpi/portal_ring_rest.png and b/res/drawable-xxhdpi/portal_ring_rest.png differ diff --git a/src/com/android/launcher3/FolderIcon.java b/src/com/android/launcher3/FolderIcon.java index 433e9037a..7c791b99f 100644 --- a/src/com/android/launcher3/FolderIcon.java +++ b/src/com/android/launcher3/FolderIcon.java @@ -74,7 +74,7 @@ public class FolderIcon extends LinearLayout implements FolderListener { private static final float PERSPECTIVE_SHIFT_FACTOR = 0.24f; // Flag as to whether or not to draw an outer ring. Currently none is designed. - public static final boolean HAS_OUTER_RING = false; + public static final boolean HAS_OUTER_RING = true; // The degree to which the item in the back of the stack is scaled [0...1] // (0 means it's not scaled at all, 1 means it's scaled to nothing) -- cgit v1.2.3