summaryrefslogtreecommitdiffstats
path: root/res/layout/user_folder_icon_normalized.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/user_folder_icon_normalized.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/user_folder_icon_normalized.xml')
-rw-r--r--res/layout/user_folder_icon_normalized.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/user_folder_icon_normalized.xml b/res/layout/user_folder_icon_normalized.xml
index d445a7ae3..80793db20 100644
--- a/res/layout/user_folder_icon_normalized.xml
+++ b/res/layout/user_folder_icon_normalized.xml
@@ -14,7 +14,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<com.android.launcher3.folder.Folder xmlns:android="http://schemas.android.com/apk/res/android"
+<com.android.launcher3.Folder xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:launcher="http://schemas.android.com/apk/res-auto"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
@@ -82,4 +82,4 @@
</LinearLayout>
-</com.android.launcher3.folder.Folder>
+</com.android.launcher3.Folder>