Android7.1 的3d touch------Shortcuts

静态添加Shortcuts功能

先上效果图:

Android7.1 的3d touch------Shortcuts_第1张图片
Paste_Image.png

1.在AndroidManifest.xml文件的主activity下面配置shortcuts,如下图:

Android7.1 的3d touch------Shortcuts_第2张图片
Paste_Image.png

主要代码:

 

2.在res文件下创建xml文件夹,创建showrtcuts.xml

Android7.1 的3d touch------Shortcuts_第3张图片
Paste_Image.png

然后编写相关的代码(我这里写了三个快捷):


    
        
        
        
    
    

    
        
        
        
    

    
        
        
        
    

3.在build.gradle中修改compileSdkVersion和buildToolsVersion,至少要是25以上才可以.

Paste_Image.png

Demo下载,github地址

你可能感兴趣的:(Android7.1 的3d touch------Shortcuts)