packages\apps\Launcher3\src\com\android\launcher3\InvariantDeviceProfile.java

 

ArrayList<InvariantDeviceProfile> getPredefinedDeviceProfiles()

方法内更改

predefinedDeviceProfiles.add(new InvariantDeviceProfile("Nexus 4",
        //modify start by fanlj@20170331
        //335, 567,     4, 4, 4, 4, 4, DEFAULT_ICON_SIZE_DP, 13, 5, 56, R.xml.default_workspace_4x4));
        335, 567,     4, 4, 3, 4, 4, DEFAULT_ICON_SIZE_DP, 13, 5, 56, R.xml.default_workspace_4x4));
        //modify end

第五个参数为行数 第六个为列数

 posted on 2017-03-31 16:51  extfff  阅读(634)  评论(0编辑  收藏  举报