summaryrefslogtreecommitdiffstats
path: root/res/layout/folder_icon.xml
diff options
context:
space:
mode:
authorAdam Cohen <adamcohen@google.com>2016-01-15 16:47:43 -0800
committerAdam Cohen <adamcohen@google.com>2016-02-12 17:28:31 -0800
commitf9c184a619e4e4b82cf9e0bf318ca6d8deaaaee7 (patch)
tree086983d60ee5f540e1ce391976c95427d065ea04 /res/layout/folder_icon.xml
parentc338ea74c2c909927246fc604b049d5dcc773f81 (diff)
downloadandroid_packages_apps_Trebuchet-f9c184a619e4e4b82cf9e0bf318ca6d8deaaaee7.tar.gz
android_packages_apps_Trebuchet-f9c184a619e4e4b82cf9e0bf318ca6d8deaaaee7.tar.bz2
android_packages_apps_Trebuchet-f9c184a619e4e4b82cf9e0bf318ca6d8deaaaee7.zip
Refactor FolderIcon to separate the preview effect into it's own class
-> Created com.android.launcher3.folder package to house most folder-related files (aside from the FolderInfo) which is more related to the model than the UI. Change-Id: I767063e1e4c775c01a799a3bede30cd94ac48ade
Diffstat (limited to 'res/layout/folder_icon.xml')
-rw-r--r--res/layout/folder_icon.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/folder_icon.xml b/res/layout/folder_icon.xml
index 237af6890..b8d5c608b 100644
--- a/res/layout/folder_icon.xml
+++ b/res/layout/folder_icon.xml
@@ -14,7 +14,7 @@
limitations under the License.
-->
-<com.android.launcher3.FolderIcon
+<com.android.launcher3.folder.FolderIcon
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
@@ -33,4 +33,4 @@
android:layout_gravity="top"
android:layout_width="match_parent"
android:layout_height="match_parent" />
-</com.android.launcher3.FolderIcon>
+</com.android.launcher3.folder.FolderIcon>