parent
c343fb9d28
commit
0c48dcf06c
11 changed files with 208 additions and 57 deletions
11
app/src/main/res/drawable-v26/ic_edit_chip.xml
Normal file
11
app/src/main/res/drawable-v26/ic_edit_chip.xml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="24dp"
|
||||
android:layout_height="24dp">
|
||||
<background android:drawable="@color/tusky_blue" />
|
||||
<foreground>
|
||||
<inset
|
||||
android:drawable="@drawable/ic_create_24dp"
|
||||
android:inset="30%" />
|
||||
</foreground>
|
||||
</adaptive-icon>
|
||||
Loading…
Add table
Add a link
Reference in a new issue