From fe0a43f11d26ddb3b78c79b0a9eaf6c7c447bc20 Mon Sep 17 00:00:00 2001 From: dwardo Date: Tue, 7 Apr 2020 22:36:48 +0200 Subject: Launcher3: Add 5x6 workspace grid option Change-Id: Ib8d5dcc70d386376755c0a57b009ced1b2ee0834 --- res/xml/default_workspace_5x6.xml | 109 +++++++++++++++++++++++++++ res/xml/device_profiles.xml | 21 ++++++ src/com/android/launcher3/LauncherFiles.java | 2 + 3 files changed, 132 insertions(+) create mode 100644 res/xml/default_workspace_5x6.xml diff --git a/res/xml/default_workspace_5x6.xml b/res/xml/default_workspace_5x6.xml new file mode 100644 index 0000000000..7cba7ac335 --- /dev/null +++ b/res/xml/default_workspace_5x6.xml @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/xml/device_profiles.xml b/res/xml/device_profiles.xml index 490d9ae88a..53872d240a 100644 --- a/res/xml/device_profiles.xml +++ b/res/xml/device_profiles.xml @@ -136,6 +136,27 @@ + + + + + + GRID_DB_FILES = Collections.unmodifiableList(Arrays.asList( LAUNCHER_DB, LAUNCHER_6_BY_5_DB, + LAUNCHER_5_BY_6_DB, LAUNCHER_4_BY_5_DB, LAUNCHER_3_BY_3_DB, LAUNCHER_2_BY_2_DB)); -- cgit v1.2.3