diff options
Diffstat (limited to 'res/drawable')
| -rw-r--r-- | res/drawable/ic_clipboard_paste.xml | 1 | ||||
| -rw-r--r-- | res/drawable/ic_clipboard_save.xml | 1 | ||||
| -rw-r--r-- | res/drawable/ic_delete.xml | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/res/drawable/ic_clipboard_paste.xml b/res/drawable/ic_clipboard_paste.xml new file mode 100644 index 0000000..1507f27 --- /dev/null +++ b/res/drawable/ic_clipboard_paste.xml @@ -0,0 +1 @@ +<!-- drawable/file_send.xml --><vector xmlns:android="http://schemas.android.com/apk/res/android" android:height="24dp" android:width="24dp" android:viewportWidth="24" android:viewportHeight="24"><path android:fillColor="#000000" android:pathData="M14,2H6C4.89,2 4,2.89 4,4V20A2,2 0 0,0 6,22H18A2,2 0 0,0 20,20V8L14,2M12.54,19.37V17.37H8.54V15.38H12.54V13.38L15.54,16.38L12.54,19.37M13,9V3.5L18.5,9H13Z" /></vector>
\ No newline at end of file diff --git a/res/drawable/ic_clipboard_save.xml b/res/drawable/ic_clipboard_save.xml new file mode 100644 index 0000000..53abcf2 --- /dev/null +++ b/res/drawable/ic_clipboard_save.xml @@ -0,0 +1 @@ +<!-- drawable/bookmark_plus.xml --><vector xmlns:android="http://schemas.android.com/apk/res/android" android:height="24dp" android:width="24dp" android:viewportWidth="24" android:viewportHeight="24"><path android:fillColor="#000000" android:pathData="M17,3A2,2 0 0,1 19,5V21L12,18L5,21V5C5,3.89 5.9,3 7,3H17M11,7V9H9V11H11V13H13V11H15V9H13V7H11Z" /></vector>
\ No newline at end of file diff --git a/res/drawable/ic_delete.xml b/res/drawable/ic_delete.xml new file mode 100644 index 0000000..5b69d0b --- /dev/null +++ b/res/drawable/ic_delete.xml @@ -0,0 +1 @@ +<!-- drawable/delete.xml --><vector xmlns:android="http://schemas.android.com/apk/res/android" android:height="24dp" android:width="24dp" android:viewportWidth="24" android:viewportHeight="24"><path android:fillColor="#000000" android:pathData="M19,4H15.5L14.5,3H9.5L8.5,4H5V6H19M6,19A2,2 0 0,0 8,21H16A2,2 0 0,0 18,19V7H6V19Z" /></vector>
\ No newline at end of file |
