Launcher3 icon indicating copy to clipboard operation
Launcher3 copied to clipboard

有没有成品啊!!

Open jinglei207 opened this issue 6 years ago • 4 comments

找了半天找不来到类似miui的桌面,大神有没有没有抽屉的成品?

jinglei207 avatar Oct 23 '18 13:10 jinglei207

现在master分支上就是没有抽屉的哦。

LeongAndroid avatar Nov 09 '18 01:11 LeongAndroid

不太懂啊,有没有 弄好的 apk? 谢谢大师了

jinglei207 avatar Nov 10 '18 09:11 jinglei207

productFlavors { leongandroid { applicationId 'com.leongandroid.launcher3' testApplicationId 'com.android.launcher3.tests' buildConfigField 'Boolean', 'HASDRAWER', 'false' }

    aosp {
        applicationId 'com.android.launcher3'
        testApplicationId 'com.android.launcher3.tests'
        buildConfigField 'Boolean', 'HASDRAWER', 'true'
    }

    l3go {
        applicationId 'com.android.launcher3'
        testApplicationId 'com.android.launcher3.tests'
        buildConfigField 'Boolean', 'HASDRAWER', 'true'
    }

}

编译的时候,选择第一个,或者你把其他的都改成false再编译。

LeongAndroid avatar Nov 13 '18 00:11 LeongAndroid

请教下作者有无做过类似小米桌面拖拽的那种功能的呀?原生的图标拖拽就是交换位置, 小米或者华为launcher的话比如(0,0)拖拽到(3,3) 的话,那么0,0到3,3之间的图标会自动向前挪动。

yuxingfafu avatar May 21 '19 03:05 yuxingfafu