summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Cohen <adamcohen@google.com>2013-09-22 17:48:08 -0700
committerAdam Cohen <adamcohen@google.com>2013-09-22 17:48:15 -0700
commitb0e65f218ec7eb69fd527e5400f7c040742a1767 (patch)
tree7067868a3578595ab76d9754089c554cd3b9ed9a
parente67ccac004416d78d37968f60fe68f3bac6d33c1 (diff)
downloadandroid_packages_apps_Trebuchet-b0e65f218ec7eb69fd527e5400f7c040742a1767.tar.gz
android_packages_apps_Trebuchet-b0e65f218ec7eb69fd527e5400f7c040742a1767.tar.bz2
android_packages_apps_Trebuchet-b0e65f218ec7eb69fd527e5400f7c040742a1767.zip
Folder assets
Change-Id: I8db554990ebe5f695af293c1b482abcd20704b4f
-rw-r--r--res/drawable-hdpi/portal_ring_outer_holo.pngbin6676 -> 7658 bytes
-rw-r--r--res/drawable-hdpi/portal_ring_rest.pngbin2392 -> 2483 bytes
-rw-r--r--res/drawable-mdpi/portal_ring_outer_holo.pngbin4035 -> 4798 bytes
-rw-r--r--res/drawable-mdpi/portal_ring_rest.pngbin1563 -> 1551 bytes
-rw-r--r--res/drawable-xhdpi/portal_ring_outer_holo.pngbin17212 -> 11037 bytes
-rw-r--r--res/drawable-xhdpi/portal_ring_rest.pngbin3323 -> 3791 bytes
-rw-r--r--res/drawable-xxhdpi/portal_ring_outer_holo.pngbin17212 -> 16576 bytes
-rw-r--r--res/drawable-xxhdpi/portal_ring_rest.pngbin5595 -> 5265 bytes
-rw-r--r--src/com/android/launcher3/FolderIcon.java2
9 files changed, 1 insertions, 1 deletions
diff --git a/res/drawable-hdpi/portal_ring_outer_holo.png b/res/drawable-hdpi/portal_ring_outer_holo.png
index 2bf0c0d18..b711cf350 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 93e3f6be3..84781646f 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 3a7303ec5..e9b35f3f3 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 259e48c0c..3b5ec717e 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 281e9b565..f32051dcf 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 ab5c2c479..f0aa06fba 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 281e9b565..0aee4f027 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 947d7dbeb..7a13f729a 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 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)