fix: upd patch grid tablet
This commit is contained in:
parent
5ea8d2927c
commit
847f486bf4
1 changed files with 18 additions and 19 deletions
|
@ -1,62 +1,61 @@
|
|||
From 788abc7df2e2ff32537a244ceca30c8fb910649d Mon Sep 17 00:00:00 2001
|
||||
From 74d6bf5b114dfe94ca84e94d111d191ae5155a8e Mon Sep 17 00:00:00 2001
|
||||
From: nyyu <mail@nyyu.dev>
|
||||
Date: Sun, 18 Sep 2022 17:34:29 +0200
|
||||
Date: Sat, 10 Dec 2022 10:46:10 +0100
|
||||
Subject: [PATCH] fix: enable more grids for tablet
|
||||
|
||||
Change-Id: I7f9450057f682ec6b42a2c2a358cbeef660939cc
|
||||
Change-Id: I18c617760f5ad94d0baca06865525d7e73ee45ca
|
||||
---
|
||||
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
|
||||
index cc33cd439a..2f6a7fd623 100644
|
||||
index 8105afaa24..eef99d49bb 100644
|
||||
--- a/res/xml/device_profiles.xml
|
||||
+++ b/res/xml/device_profiles.xml
|
||||
@@ -94,7 +94,7 @@
|
||||
launcher:numHotseatIcons="4"
|
||||
@@ -103,7 +103,7 @@
|
||||
launcher:dbFile="launcher_4_by_5.db"
|
||||
launcher:inlineNavButtonsEndSpacing="@dimen/taskbar_button_margin_4_5"
|
||||
launcher:defaultLayoutId="@xml/default_workspace_4x5"
|
||||
- launcher:deviceCategory="phone|multi_display" >
|
||||
+ launcher:deviceCategory="phone|tablet|multi_display" >
|
||||
|
||||
|
||||
<display-option
|
||||
launcher:name="Short Stubby"
|
||||
@@ -147,7 +147,7 @@
|
||||
launcher:numHotseatIcons="5"
|
||||
@@ -167,7 +167,7 @@
|
||||
launcher:dbFile="launcher.db"
|
||||
launcher:inlineNavButtonsEndSpacing="@dimen/taskbar_button_margin_5_5"
|
||||
launcher:defaultLayoutId="@xml/default_workspace_5x5"
|
||||
- launcher:deviceCategory="phone|multi_display" >
|
||||
+ launcher:deviceCategory="phone|tablet|multi_display" >
|
||||
|
||||
|
||||
<display-option
|
||||
launcher:name="Large Phone"
|
||||
@@ -184,7 +184,7 @@
|
||||
@@ -210,7 +210,7 @@
|
||||
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" >
|
||||
|
||||
|
||||
<display-option
|
||||
launcher:name="Large Phone"
|
||||
@@ -205,7 +205,7 @@
|
||||
@@ -233,7 +233,7 @@
|
||||
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" >
|
||||
|
||||
|
||||
<display-option
|
||||
launcher:name="Large Phone"
|
||||
@@ -254,7 +254,7 @@
|
||||
@@ -304,7 +304,7 @@
|
||||
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" >
|
||||
|
||||
|
||||
<display-option
|
||||
launcher:name="Large Phone"
|
||||
--
|
||||
2.37.3
|
||||
|
||||
--
|
||||
2.38.1
|
Loading…
Add table
Reference in a new issue