summaryrefslogtreecommitdiffstats
path: root/res/layout/user_folder.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/user_folder.xml')
-rw-r--r--res/layout/user_folder.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/layout/user_folder.xml b/res/layout/user_folder.xml
index 252ebf01e..87a42145d 100644
--- a/res/layout/user_folder.xml
+++ b/res/layout/user_folder.xml
@@ -14,7 +14,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<com.android.launcher3.Folder xmlns:android="http://schemas.android.com/apk/res/android"
+<com.android.launcher3.folder.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"
@@ -34,7 +34,7 @@
android:layout_width="20dp"
android:layout_height="20dp" />
- <com.android.launcher3.FolderPagedView
+ <com.android.launcher3.folder.FolderPagedView
android:id="@+id/folder_content"
android:layout_width="match_parent"
android:layout_height="match_parent"
@@ -81,4 +81,4 @@
</LinearLayout>
-</com.android.launcher3.Folder> \ No newline at end of file
+</com.android.launcher3.folder.Folder> \ No newline at end of file