summaryrefslogtreecommitdiffstats
path: root/res/layout/custom_workspace_cling.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/custom_workspace_cling.xml')
-rw-r--r--res/layout/custom_workspace_cling.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/layout/custom_workspace_cling.xml b/res/layout/custom_workspace_cling.xml
index b3e15f589..3744f2e4b 100644
--- a/res/layout/custom_workspace_cling.xml
+++ b/res/layout/custom_workspace_cling.xml
@@ -14,9 +14,9 @@
limitations under the License.
-->
<!-- dummy layout, to be replaced in overlays -->
-<com.android.launcher2.Cling
+<com.android.launcher3.Cling
xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:launcher="http://schemas.android.com/apk/res/com.android.launcher"
+ xmlns:launcher="http://schemas.android.com/apk/res-auto/com.android.launcher3"
android:layout_width="match_parent"
android:layout_height="match_parent"
launcher:drawIdentifier="workspace_custom">
@@ -29,4 +29,4 @@
android:gravity="start"
android:layout_gravity="bottom|start"
/>
-</com.android.launcher2.Cling>
+</com.android.launcher3.Cling>