Add icon
This commit is contained in:
parent
da2eb6d70e
commit
6df25bed82
2 changed files with 10 additions and 1 deletions
9
app/src/main/res/drawable/ic_launcher_todo.xml
Normal file
9
app/src/main/res/drawable/ic_launcher_todo.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="960"
|
||||
android:viewportHeight="960">
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="M160,560v-80h280v80L160,560ZM160,400v-80h440v80L160,400ZM160,240v-80h440v80L160,240ZM520,800v-123l221,-220q9,-9 20,-13t22,-4q12,0 23,4.5t20,13.5l37,37q8,9 12.5,20t4.5,22q0,11 -4,22.5T863,580L643,800L520,800ZM820,537 L783,500 820,537ZM580,740h38l121,-122 -18,-19 -19,-18 -122,121v38ZM721,599 L702,581 739,618 721,599Z"/>
|
||||
</vector>
|
|
@ -2,7 +2,7 @@
|
|||
<shortcut
|
||||
android:shortcutId="start_TODO"
|
||||
android:enabled="true"
|
||||
android:icon="@drawable/ic_launcher_background"
|
||||
android:icon="@drawable/ic_launcher_todo"
|
||||
android:shortcutShortLabel="@string/todo_app_short_label"
|
||||
android:shortcutLongLabel="@string/todo_app"
|
||||
android:shortcutDisabledMessage="@string/todo_app">
|
||||
|
|
Loading…
Reference in a new issue