阅读:2815回复:1

Launcher3图标修改

楼主#
更多 发布于:2022-05-16 18:18
分辨率:1280x800,默认density 160与240共用一个profile
但240密度的图标与app名字挤到一起了



修改如下,添加一个240密度的配置:
old mode 100644new mode 100755
index a34f2251..1bc44e88--- a/apps/Launcher3/res/xml/device_profiles.xml
+++ b/apps/Launcher3/res/xml/device_profiles.xml@@ -171,4 +171,18 @@
         launcher:defaultLayoutId="@xml/default_workspace_5x6"         />

-</profiles>
\ No newline at end of file+       <profile
+        launcher:name="1280x800_240"+        launcher:minWidthDps="470"
+        launcher:minHeightDps="790"+               launcher:numRows="5"
+        launcher:numColumns="6"+        launcher:numFolderRows="4"
+        launcher:numFolderColumns="5"+        launcher:iconSize="40"
+        launcher:iconTextSize="12"+        launcher:numHotseatIcons="7"
+        launcher:defaultLayoutId="@xml/default_workspace_5x6"+        />
+</profiles>
+


感兴趣的同学可百度一下这些参数的计算方法

最新喜欢:

zhaoyf13zhaoyf...
conlan
论坛版主
论坛版主
沙发#
发布于:2022-05-17 11:49
游客

返回顶部