commit | b0e65f218ec7eb69fd527e5400f7c040742a1767 | [log] [tgz] |
---|---|---|
author | Adam Cohen <adamcohen@google.com> | Sun Sep 22 17:48:08 2013 -0700 |
committer | Adam Cohen <adamcohen@google.com> | Sun Sep 22 17:48:15 2013 -0700 |
tree | 7067868a3578595ab76d9754089c554cd3b9ed9a | |
parent | e67ccac004416d78d37968f60fe68f3bac6d33c1 [diff] |
Folder assets Change-Id: I8db554990ebe5f695af293c1b482abcd20704b4f
diff --git a/res/drawable-hdpi/portal_ring_outer_holo.png b/res/drawable-hdpi/portal_ring_outer_holo.png index 2bf0c0d..b711cf3 100644 --- a/res/drawable-hdpi/portal_ring_outer_holo.png +++ b/res/drawable-hdpi/portal_ring_outer_holo.png Binary files differ
diff --git a/res/drawable-hdpi/portal_ring_rest.png b/res/drawable-hdpi/portal_ring_rest.png index 93e3f6b..8478164 100644 --- a/res/drawable-hdpi/portal_ring_rest.png +++ b/res/drawable-hdpi/portal_ring_rest.png Binary files differ
diff --git a/res/drawable-mdpi/portal_ring_outer_holo.png b/res/drawable-mdpi/portal_ring_outer_holo.png index 3a7303e..e9b35f3 100644 --- a/res/drawable-mdpi/portal_ring_outer_holo.png +++ b/res/drawable-mdpi/portal_ring_outer_holo.png Binary files differ
diff --git a/res/drawable-mdpi/portal_ring_rest.png b/res/drawable-mdpi/portal_ring_rest.png index 259e48c..3b5ec71 100644 --- a/res/drawable-mdpi/portal_ring_rest.png +++ b/res/drawable-mdpi/portal_ring_rest.png Binary files differ
diff --git a/res/drawable-xhdpi/portal_ring_outer_holo.png b/res/drawable-xhdpi/portal_ring_outer_holo.png index 281e9b5..f32051d 100644 --- a/res/drawable-xhdpi/portal_ring_outer_holo.png +++ b/res/drawable-xhdpi/portal_ring_outer_holo.png Binary files differ
diff --git a/res/drawable-xhdpi/portal_ring_rest.png b/res/drawable-xhdpi/portal_ring_rest.png index ab5c2c4..f0aa06f 100644 --- a/res/drawable-xhdpi/portal_ring_rest.png +++ b/res/drawable-xhdpi/portal_ring_rest.png Binary files differ
diff --git a/res/drawable-xxhdpi/portal_ring_outer_holo.png b/res/drawable-xxhdpi/portal_ring_outer_holo.png index 281e9b5..0aee4f0 100644 --- a/res/drawable-xxhdpi/portal_ring_outer_holo.png +++ b/res/drawable-xxhdpi/portal_ring_outer_holo.png Binary files differ
diff --git a/res/drawable-xxhdpi/portal_ring_rest.png b/res/drawable-xxhdpi/portal_ring_rest.png index 947d7db..7a13f72 100644 --- a/res/drawable-xxhdpi/portal_ring_rest.png +++ b/res/drawable-xxhdpi/portal_ring_rest.png Binary files differ
diff --git a/src/com/android/launcher3/FolderIcon.java b/src/com/android/launcher3/FolderIcon.java index 433e903..7c791b9 100644 --- a/src/com/android/launcher3/FolderIcon.java +++ b/src/com/android/launcher3/FolderIcon.java
@@ -74,7 +74,7 @@ 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)