summaryrefslogtreecommitdiffstats
path: root/res/layout/folder_icon.xml
diff options
context:
space:
mode:
authorAdam Cohen <adamcohen@google.com>2013-09-20 12:05:49 -0700
committerAdam Cohen <adamcohen@google.com>2013-09-20 14:13:44 -0700
commit477828cc83b60a17eb9b6fc8ee08b4abbc3d2fb1 (patch)
treec22828ede8209ec8da2290c246b47f6108849caf /res/layout/folder_icon.xml
parent89f9705077c054b541af7da52be832760e2ae2e8 (diff)
downloadandroid_packages_apps_Trebuchet-477828cc83b60a17eb9b6fc8ee08b4abbc3d2fb1.tar.gz
android_packages_apps_Trebuchet-477828cc83b60a17eb9b6fc8ee08b4abbc3d2fb1.tar.bz2
android_packages_apps_Trebuchet-477828cc83b60a17eb9b6fc8ee08b4abbc3d2fb1.zip
New folder look / assets
-> Restricting the number of items in folders to prevent scrolling (excess items deleted) Change-Id: I4af2590cd5ea7677c875c031f84d4d5bcca3e6e9
Diffstat (limited to 'res/layout/folder_icon.xml')
-rw-r--r--res/layout/folder_icon.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/folder_icon.xml b/res/layout/folder_icon.xml
index 9c5c46bd8..44056828c 100644
--- a/res/layout/folder_icon.xml
+++ b/res/layout/folder_icon.xml
@@ -26,6 +26,7 @@
android:layout_gravity="center_horizontal"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
+ android:antialias="true"
android:src="@drawable/portal_ring_inner_holo"/>
<com.android.launcher3.BubbleTextView
style="@style/WorkspaceIcon"