commit | a64bdf433b64fa914ab9338cd8f43a4149a97d9c | [log] [tgz] |
---|---|---|
author | Adam Cohen <adamcohen@google.com> | Mon Sep 23 00:49:41 2013 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Mon Sep 23 00:49:42 2013 +0000 |
tree | 88c13a1a9526e2dd98f567a05d2e53713afa5ca4 | |
parent | b0e65f218ec7eb69fd527e5400f7c040742a1767 [diff] | |
parent | 410f3cdfb4a8c2cf82749a3e73201fb7930540ae [diff] |
Merge "Getting the Overview Mode to look up to spec" into jb-ub-now-indigo-rose
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)