summaryrefslogtreecommitdiffstats
path: root/res/layout/workspace_screen.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/workspace_screen.xml')
-rw-r--r--res/layout/workspace_screen.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/layout/workspace_screen.xml b/res/layout/workspace_screen.xml
index 6538532c1..acc9f6651 100644
--- a/res/layout/workspace_screen.xml
+++ b/res/layout/workspace_screen.xml
@@ -14,9 +14,9 @@
limitations under the License.
-->
-<com.android.launcher2.CellLayout
+<com.android.launcher3.CellLayout
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="wrap_content"
android:layout_height="wrap_content"
@@ -30,4 +30,4 @@
launcher:cellHeight="@dimen/workspace_cell_height"
launcher:widthGap="@dimen/workspace_width_gap"
launcher:heightGap="@dimen/workspace_height_gap"
- launcher:maxGap="@dimen/workspace_max_gap" /> \ No newline at end of file
+ launcher:maxGap="@dimen/workspace_max_gap" />