add: custom shortcut icon

This commit is contained in:
hyb1996
2017-10-25 16:43:55 +08:00
parent cf82cd2802
commit 98b3fb2c09
20 changed files with 417 additions and 77 deletions

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="4dp"/>
<solid android:color="#727379"/>
</shape>