summaryrefslogtreecommitdiffstats
path: root/res/layout/folder_icon.xml
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2016-02-17 13:24:20 -0800
committerSunny Goyal <sunnygoyal@google.com>2016-02-17 13:27:13 -0800
commitfc956e5a2a818c06ed3424e15b0aa20a3f604658 (patch)
treea53e5dc8c7946b39a858ee666e714dc740a12473 /res/layout/folder_icon.xml
parentf1468af68ca8e2a7d0ff1d8a424d5b3b95c7357b (diff)
downloadandroid_packages_apps_Trebuchet-fc956e5a2a818c06ed3424e15b0aa20a3f604658.tar.gz
android_packages_apps_Trebuchet-fc956e5a2a818c06ed3424e15b0aa20a3f604658.tar.bz2
android_packages_apps_Trebuchet-fc956e5a2a818c06ed3424e15b0aa20a3f604658.zip
Reverting refactoring of Folder and FolderIcon to avoid dependencies breakage
Change-Id: Ifd0d717d70aff4c83c9eb5cba397d04500b2c869
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 b8d5c608b..237af6890 100644
--- a/res/layout/folder_icon.xml
+++ b/res/layout/folder_icon.xml
@@ -14,7 +14,7 @@
limitations under the License.
-->
-<com.android.launcher3.folder.FolderIcon
+<com.android.launcher3.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.folder.FolderIcon>
+</com.android.launcher3.FolderIcon>