2022-12-10 10:48:43 +01:00
|
|
|
From 74d6bf5b114dfe94ca84e94d111d191ae5155a8e Mon Sep 17 00:00:00 2001
|
2022-09-18 12:17:53 +02:00
|
|
|
From: nyyu <mail@nyyu.dev>
|
2022-12-10 10:48:43 +01:00
|
|
|
Date: Sat, 10 Dec 2022 10:46:10 +0100
|
2022-09-18 12:17:53 +02:00
|
|
|
Subject: [PATCH] fix: enable more grids for tablet
|
|
|
|
|
2022-12-10 10:48:43 +01:00
|
|
|
Change-Id: I18c617760f5ad94d0baca06865525d7e73ee45ca
|
2022-09-18 12:17:53 +02:00
|
|
|
---
|
|
|
|
res/xml/device_profiles.xml | 10 +++++-----
|
|
|
|
1 file changed, 5 insertions(+), 5 deletions(-)
|
|
|
|
|
|
|
|
diff --git a/res/xml/device_profiles.xml b/res/xml/device_profiles.xml
|
2022-12-10 10:48:43 +01:00
|
|
|
index 8105afaa24..eef99d49bb 100644
|
2022-09-18 12:17:53 +02:00
|
|
|
--- a/res/xml/device_profiles.xml
|
|
|
|
+++ b/res/xml/device_profiles.xml
|
2022-12-10 10:48:43 +01:00
|
|
|
@@ -103,7 +103,7 @@
|
2022-09-18 12:17:53 +02:00
|
|
|
launcher:dbFile="launcher_4_by_5.db"
|
2022-12-10 10:48:43 +01:00
|
|
|
launcher:inlineNavButtonsEndSpacing="@dimen/taskbar_button_margin_4_5"
|
2022-09-18 12:17:53 +02:00
|
|
|
launcher:defaultLayoutId="@xml/default_workspace_4x5"
|
|
|
|
- launcher:deviceCategory="phone|multi_display" >
|
|
|
|
+ launcher:deviceCategory="phone|tablet|multi_display" >
|
2022-12-10 10:48:43 +01:00
|
|
|
|
2022-09-18 12:17:53 +02:00
|
|
|
<display-option
|
|
|
|
launcher:name="Short Stubby"
|
2022-12-10 10:48:43 +01:00
|
|
|
@@ -167,7 +167,7 @@
|
2022-09-18 12:17:53 +02:00
|
|
|
launcher:dbFile="launcher.db"
|
2022-12-10 10:48:43 +01:00
|
|
|
launcher:inlineNavButtonsEndSpacing="@dimen/taskbar_button_margin_5_5"
|
2022-09-18 12:17:53 +02:00
|
|
|
launcher:defaultLayoutId="@xml/default_workspace_5x5"
|
|
|
|
- launcher:deviceCategory="phone|multi_display" >
|
|
|
|
+ launcher:deviceCategory="phone|tablet|multi_display" >
|
2022-12-10 10:48:43 +01:00
|
|
|
|
2022-09-18 12:17:53 +02:00
|
|
|
<display-option
|
|
|
|
launcher:name="Large Phone"
|
2022-12-10 10:48:43 +01:00
|
|
|
@@ -210,7 +210,7 @@
|
2022-09-18 12:17:53 +02:00
|
|
|
launcher:numHotseatIcons="5"
|
|
|
|
launcher:dbFile="launcher_5_by_6.db"
|
|
|
|
launcher:defaultLayoutId="@xml/default_workspace_5x6"
|
|
|
|
- launcher:deviceCategory="phone|multi_display" >
|
|
|
|
+ launcher:deviceCategory="phone|tablet|multi_display" >
|
2022-12-10 10:48:43 +01:00
|
|
|
|
2022-09-18 12:17:53 +02:00
|
|
|
<display-option
|
|
|
|
launcher:name="Large Phone"
|
2022-12-10 10:48:43 +01:00
|
|
|
@@ -233,7 +233,7 @@
|
2022-09-18 12:17:53 +02:00
|
|
|
launcher:numHotseatIcons="5"
|
|
|
|
launcher:dbFile="launcher_5_by_7.db"
|
|
|
|
launcher:defaultLayoutId="@xml/default_workspace_5x7"
|
|
|
|
- launcher:deviceCategory="phone|multi_display" >
|
|
|
|
+ launcher:deviceCategory="phone|tablet|multi_display" >
|
2022-12-10 10:48:43 +01:00
|
|
|
|
2022-09-18 12:17:53 +02:00
|
|
|
<display-option
|
|
|
|
launcher:name="Large Phone"
|
2022-12-10 10:48:43 +01:00
|
|
|
@@ -304,7 +304,7 @@
|
2022-09-18 12:17:53 +02:00
|
|
|
launcher:numHotseatIcons="6"
|
|
|
|
launcher:dbFile="launcher_6_by_6.db"
|
|
|
|
launcher:defaultLayoutId="@xml/default_workspace_6x6"
|
|
|
|
- launcher:deviceCategory="phone|multi_display" >
|
|
|
|
+ launcher:deviceCategory="phone|tablet|multi_display" >
|
2022-12-10 10:48:43 +01:00
|
|
|
|
2022-09-18 12:17:53 +02:00
|
|
|
<display-option
|
|
|
|
launcher:name="Large Phone"
|