diff options
Diffstat (limited to 'res/layout-port/workspace_screen.xml')
-rw-r--r-- | res/layout-port/workspace_screen.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout-port/workspace_screen.xml b/res/layout-port/workspace_screen.xml index c6d419b..6bbf6e9 100644 --- a/res/layout-port/workspace_screen.xml +++ b/res/layout-port/workspace_screen.xml @@ -14,9 +14,9 @@ limitations under the License. --> -<com.android.launcher.CellLayout +<com.android.launcher2.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/com.android.launcher2" android:layout_width="fill_parent" android:layout_height="fill_parent" |