Git Product home page Git Product logo

launcher3_mx's Introduction

Launcher3

1.基于最新Launcher_7.1.1_r38版本

原始版本在分支里面:launcher3_6.0

2.修改配置:

3.如果不能安装,修改包名以及provider的设置名称

  • build.gradle中的 applicationId 'com.android.launcher3'改成对应包名

  • AndroidManifest.xml中的所有"com.android.launcher3"的改成对应的包名

  • 代码中ProviderConfig.java中的"com.android.launcher3.settings"改成对应包名,同时修改AndroidManifest中的 provider中的android:authorities="com.android.launcher3.settings"以及 android:name="com.android.launcher3.LauncherProvider" 改成对应包名,以及provider中的writePermission和readPermission权限的包名也要改成对应包名,这个权限对应:

    这个权限和provider中的权限是对应的,都需要改包名,如果不改都不改。

  • protos包中的launcher_log.proto中的option java_package = "com.android.launcher3.userevent.nano"改成对应包名

  • xml文件夹中文件修改:所有文件中的xmlns:launcher="http://schemas.android.com/apk/res-auto/com.android.launcher3" 里面的"com.android.launcher3"改成你对应的包名,另外,backupscheme.xml中 中的"com.android.launcher3"改成对应包名

  • 其实就是所有"com.android.launcher3"的都改,没有"3"的都不改

4.添加特效(15种)

workspace类中的screenScrolled方法中添加:

startScrollWithAnim(screenCenter);

以及:

// add:mx---特效----------start----

...

// add:mx---特效----------end----

中包含的代码。

5.预览图

launcher3_mx's People

Contributors

yuchuangu85 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.