From 32b080261845c7508581f9c452d48ffd2401c450 Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Fri, 2 Aug 2019 12:50:57 +0200 Subject: Add skeleton build variant --- .../ic_add_circle_outline_grey600_24dp.png | Bin 0 -> 1508 bytes .../ic_add_circle_outline_white_24dp.png | Bin 0 -> 1634 bytes .../ui/res/drawable-xxxhdpi/ic_archive_grey600_24dp.png | Bin 0 -> 773 bytes .../ui/res/drawable-xxxhdpi/ic_archive_white_24dp.png | Bin 0 -> 763 bytes main/src/ui/res/drawable-xxxhdpi/ic_check_white_24dp.png | Bin 0 -> 587 bytes main/src/ui/res/drawable-xxxhdpi/ic_close_white_24dp.png | Bin 0 -> 436 bytes .../res/drawable-xxxhdpi/ic_content_copy_white_24dp.png | Bin 0 -> 522 bytes .../ui/res/drawable-xxxhdpi/ic_delete_grey600_24dp.png | Bin 0 -> 402 bytes .../src/ui/res/drawable-xxxhdpi/ic_delete_white_24dp.png | Bin 0 -> 397 bytes .../src/ui/res/drawable-xxxhdpi/ic_edit_grey600_24dp.png | Bin 0 -> 639 bytes main/src/ui/res/drawable-xxxhdpi/ic_edit_white_24dp.png | Bin 0 -> 632 bytes .../res/drawable-xxxhdpi/ic_filter_list_white_24dp.png | Bin 0 -> 254 bytes main/src/ui/res/drawable-xxxhdpi/ic_pause_white_24dp.png | Bin 0 -> 94 bytes .../ui/res/drawable-xxxhdpi/ic_play_arrow_white_24dp.png | Bin 0 -> 343 bytes .../ui/res/drawable-xxxhdpi/ic_receipt_white_24dp.png | Bin 0 -> 334 bytes .../src/ui/res/drawable-xxxhdpi/ic_search_white_24dp.png | Bin 0 -> 915 bytes main/src/ui/res/drawable-xxxhdpi/ic_share_white_24dp.png | Bin 0 -> 1115 bytes main/src/ui/res/drawable-xxxhdpi/ic_sort_white_24dp.png | Bin 0 -> 107 bytes .../ui/res/drawable-xxxhdpi/ic_warning_black_36dp.png | Bin 0 -> 1033 bytes 19 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 main/src/ui/res/drawable-xxxhdpi/ic_add_circle_outline_grey600_24dp.png create mode 100644 main/src/ui/res/drawable-xxxhdpi/ic_add_circle_outline_white_24dp.png create mode 100644 main/src/ui/res/drawable-xxxhdpi/ic_archive_grey600_24dp.png create mode 100644 main/src/ui/res/drawable-xxxhdpi/ic_archive_white_24dp.png create mode 100644 main/src/ui/res/drawable-xxxhdpi/ic_check_white_24dp.png create mode 100644 main/src/ui/res/drawable-xxxhdpi/ic_close_white_24dp.png create mode 100644 main/src/ui/res/drawable-xxxhdpi/ic_content_copy_white_24dp.png create mode 100644 main/src/ui/res/drawable-xxxhdpi/ic_delete_grey600_24dp.png create mode 100644 main/src/ui/res/drawable-xxxhdpi/ic_delete_white_24dp.png create mode 100644 main/src/ui/res/drawable-xxxhdpi/ic_edit_grey600_24dp.png create mode 100644 main/src/ui/res/drawable-xxxhdpi/ic_edit_white_24dp.png create mode 100644 main/src/ui/res/drawable-xxxhdpi/ic_filter_list_white_24dp.png create mode 100644 main/src/ui/res/drawable-xxxhdpi/ic_pause_white_24dp.png create mode 100644 main/src/ui/res/drawable-xxxhdpi/ic_play_arrow_white_24dp.png create mode 100644 main/src/ui/res/drawable-xxxhdpi/ic_receipt_white_24dp.png create mode 100755 main/src/ui/res/drawable-xxxhdpi/ic_search_white_24dp.png create mode 100644 main/src/ui/res/drawable-xxxhdpi/ic_share_white_24dp.png create mode 100644 main/src/ui/res/drawable-xxxhdpi/ic_sort_white_24dp.png create mode 100644 main/src/ui/res/drawable-xxxhdpi/ic_warning_black_36dp.png (limited to 'main/src/ui/res/drawable-xxxhdpi') diff --git a/main/src/ui/res/drawable-xxxhdpi/ic_add_circle_outline_grey600_24dp.png b/main/src/ui/res/drawable-xxxhdpi/ic_add_circle_outline_grey600_24dp.png new file mode 100644 index 00000000..ae11fb25 Binary files /dev/null and b/main/src/ui/res/drawable-xxxhdpi/ic_add_circle_outline_grey600_24dp.png differ diff --git a/main/src/ui/res/drawable-xxxhdpi/ic_add_circle_outline_white_24dp.png b/main/src/ui/res/drawable-xxxhdpi/ic_add_circle_outline_white_24dp.png new file mode 100644 index 00000000..1d436703 Binary files /dev/null and b/main/src/ui/res/drawable-xxxhdpi/ic_add_circle_outline_white_24dp.png differ diff --git a/main/src/ui/res/drawable-xxxhdpi/ic_archive_grey600_24dp.png b/main/src/ui/res/drawable-xxxhdpi/ic_archive_grey600_24dp.png new file mode 100644 index 00000000..58d38997 Binary files /dev/null and b/main/src/ui/res/drawable-xxxhdpi/ic_archive_grey600_24dp.png differ diff --git a/main/src/ui/res/drawable-xxxhdpi/ic_archive_white_24dp.png b/main/src/ui/res/drawable-xxxhdpi/ic_archive_white_24dp.png new file mode 100644 index 00000000..9d538ff4 Binary files /dev/null and b/main/src/ui/res/drawable-xxxhdpi/ic_archive_white_24dp.png differ diff --git a/main/src/ui/res/drawable-xxxhdpi/ic_check_white_24dp.png b/main/src/ui/res/drawable-xxxhdpi/ic_check_white_24dp.png new file mode 100644 index 00000000..87892840 Binary files /dev/null and b/main/src/ui/res/drawable-xxxhdpi/ic_check_white_24dp.png differ diff --git a/main/src/ui/res/drawable-xxxhdpi/ic_close_white_24dp.png b/main/src/ui/res/drawable-xxxhdpi/ic_close_white_24dp.png new file mode 100644 index 00000000..39641921 Binary files /dev/null and b/main/src/ui/res/drawable-xxxhdpi/ic_close_white_24dp.png differ diff --git a/main/src/ui/res/drawable-xxxhdpi/ic_content_copy_white_24dp.png b/main/src/ui/res/drawable-xxxhdpi/ic_content_copy_white_24dp.png new file mode 100644 index 00000000..557c64f7 Binary files /dev/null and b/main/src/ui/res/drawable-xxxhdpi/ic_content_copy_white_24dp.png differ diff --git a/main/src/ui/res/drawable-xxxhdpi/ic_delete_grey600_24dp.png b/main/src/ui/res/drawable-xxxhdpi/ic_delete_grey600_24dp.png new file mode 100644 index 00000000..e4e21812 Binary files /dev/null and b/main/src/ui/res/drawable-xxxhdpi/ic_delete_grey600_24dp.png differ diff --git a/main/src/ui/res/drawable-xxxhdpi/ic_delete_white_24dp.png b/main/src/ui/res/drawable-xxxhdpi/ic_delete_white_24dp.png new file mode 100644 index 00000000..ccf8c716 Binary files /dev/null and b/main/src/ui/res/drawable-xxxhdpi/ic_delete_white_24dp.png differ diff --git a/main/src/ui/res/drawable-xxxhdpi/ic_edit_grey600_24dp.png b/main/src/ui/res/drawable-xxxhdpi/ic_edit_grey600_24dp.png new file mode 100644 index 00000000..0c0fd76f Binary files /dev/null and b/main/src/ui/res/drawable-xxxhdpi/ic_edit_grey600_24dp.png differ diff --git a/main/src/ui/res/drawable-xxxhdpi/ic_edit_white_24dp.png b/main/src/ui/res/drawable-xxxhdpi/ic_edit_white_24dp.png new file mode 100644 index 00000000..9380370f Binary files /dev/null and b/main/src/ui/res/drawable-xxxhdpi/ic_edit_white_24dp.png differ diff --git a/main/src/ui/res/drawable-xxxhdpi/ic_filter_list_white_24dp.png b/main/src/ui/res/drawable-xxxhdpi/ic_filter_list_white_24dp.png new file mode 100644 index 00000000..511008ce Binary files /dev/null and b/main/src/ui/res/drawable-xxxhdpi/ic_filter_list_white_24dp.png differ diff --git a/main/src/ui/res/drawable-xxxhdpi/ic_pause_white_24dp.png b/main/src/ui/res/drawable-xxxhdpi/ic_pause_white_24dp.png new file mode 100644 index 00000000..660ac658 Binary files /dev/null and b/main/src/ui/res/drawable-xxxhdpi/ic_pause_white_24dp.png differ diff --git a/main/src/ui/res/drawable-xxxhdpi/ic_play_arrow_white_24dp.png b/main/src/ui/res/drawable-xxxhdpi/ic_play_arrow_white_24dp.png new file mode 100644 index 00000000..be5c062b Binary files /dev/null and b/main/src/ui/res/drawable-xxxhdpi/ic_play_arrow_white_24dp.png differ diff --git a/main/src/ui/res/drawable-xxxhdpi/ic_receipt_white_24dp.png b/main/src/ui/res/drawable-xxxhdpi/ic_receipt_white_24dp.png new file mode 100644 index 00000000..8cac119c Binary files /dev/null and b/main/src/ui/res/drawable-xxxhdpi/ic_receipt_white_24dp.png differ diff --git a/main/src/ui/res/drawable-xxxhdpi/ic_search_white_24dp.png b/main/src/ui/res/drawable-xxxhdpi/ic_search_white_24dp.png new file mode 100755 index 00000000..dd5adfc7 Binary files /dev/null and b/main/src/ui/res/drawable-xxxhdpi/ic_search_white_24dp.png differ diff --git a/main/src/ui/res/drawable-xxxhdpi/ic_share_white_24dp.png b/main/src/ui/res/drawable-xxxhdpi/ic_share_white_24dp.png new file mode 100644 index 00000000..bb521c14 Binary files /dev/null and b/main/src/ui/res/drawable-xxxhdpi/ic_share_white_24dp.png differ diff --git a/main/src/ui/res/drawable-xxxhdpi/ic_sort_white_24dp.png b/main/src/ui/res/drawable-xxxhdpi/ic_sort_white_24dp.png new file mode 100644 index 00000000..4796c33b Binary files /dev/null and b/main/src/ui/res/drawable-xxxhdpi/ic_sort_white_24dp.png differ diff --git a/main/src/ui/res/drawable-xxxhdpi/ic_warning_black_36dp.png b/main/src/ui/res/drawable-xxxhdpi/ic_warning_black_36dp.png new file mode 100644 index 00000000..58999574 Binary files /dev/null and b/main/src/ui/res/drawable-xxxhdpi/ic_warning_black_36dp.png differ -- cgit v1.2.3