From 2253547a42510f663be33c659900eda9eefed115 Mon Sep 17 00:00:00 2001 From: Christian Schneppe Date: Sat, 7 Apr 2018 21:34:02 +0200 Subject: start working on dark theme --- src/main/res/drawable-xxhdpi/ic_add_white_24dp.png | Bin 0 -> 156 bytes src/main/res/drawable-xxhdpi/ic_attach_camera_white.png | Bin 0 -> 794 bytes .../res/drawable-xxhdpi/ic_attach_document_white.png | Bin 0 -> 400 bytes .../res/drawable-xxhdpi/ic_attach_location_white.png | Bin 0 -> 959 bytes src/main/res/drawable-xxhdpi/ic_attach_photo_white.png | Bin 0 -> 628 bytes src/main/res/drawable-xxhdpi/ic_attach_record_white.png | Bin 0 -> 849 bytes .../res/drawable-xxhdpi/ic_attach_videocam_white.png | Bin 0 -> 306 bytes .../res/drawable-xxhdpi/ic_content_copy_white_24dp.png | Bin 0 -> 344 bytes .../res/drawable-xxhdpi/ic_notifications_black_24dp.png | Bin 381 -> 554 bytes .../ic_notifications_none_black_24dp.png | Bin 0 -> 723 bytes .../drawable-xxhdpi/ic_notifications_none_white80.png | Bin 0 -> 746 bytes .../ic_notifications_none_white_24dp.png | Bin 0 -> 729 bytes .../drawable-xxhdpi/ic_notifications_off_black_24dp.png | Bin 0 -> 1085 bytes .../drawable-xxhdpi/ic_notifications_off_white80.png | Bin 0 -> 1095 bytes .../drawable-xxhdpi/ic_notifications_off_white_24dp.png | Bin 0 -> 1087 bytes .../ic_notifications_paused_black_24dp.png | Bin 0 -> 731 bytes .../drawable-xxhdpi/ic_notifications_paused_white80.png | Bin 0 -> 746 bytes .../ic_notifications_paused_white_24dp.png | Bin 482 -> 737 bytes .../res/drawable-xxhdpi/ic_notifications_white80.png | Bin 0 -> 575 bytes .../res/drawable-xxhdpi/ic_notifications_white_24dp.png | Bin 0 -> 558 bytes src/main/res/drawable-xxhdpi/ic_refresh_white_24dp.png | Bin 0 -> 1094 bytes src/main/res/drawable-xxhdpi/ic_settings_white_24dp.png | Bin 0 -> 1185 bytes 22 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/main/res/drawable-xxhdpi/ic_add_white_24dp.png create mode 100644 src/main/res/drawable-xxhdpi/ic_attach_camera_white.png create mode 100644 src/main/res/drawable-xxhdpi/ic_attach_document_white.png create mode 100644 src/main/res/drawable-xxhdpi/ic_attach_location_white.png create mode 100644 src/main/res/drawable-xxhdpi/ic_attach_photo_white.png create mode 100644 src/main/res/drawable-xxhdpi/ic_attach_record_white.png create mode 100644 src/main/res/drawable-xxhdpi/ic_attach_videocam_white.png create mode 100644 src/main/res/drawable-xxhdpi/ic_content_copy_white_24dp.png create mode 100644 src/main/res/drawable-xxhdpi/ic_notifications_none_black_24dp.png create mode 100644 src/main/res/drawable-xxhdpi/ic_notifications_none_white80.png create mode 100644 src/main/res/drawable-xxhdpi/ic_notifications_none_white_24dp.png create mode 100644 src/main/res/drawable-xxhdpi/ic_notifications_off_black_24dp.png create mode 100644 src/main/res/drawable-xxhdpi/ic_notifications_off_white80.png create mode 100644 src/main/res/drawable-xxhdpi/ic_notifications_off_white_24dp.png create mode 100644 src/main/res/drawable-xxhdpi/ic_notifications_paused_black_24dp.png create mode 100644 src/main/res/drawable-xxhdpi/ic_notifications_paused_white80.png create mode 100644 src/main/res/drawable-xxhdpi/ic_notifications_white80.png create mode 100644 src/main/res/drawable-xxhdpi/ic_notifications_white_24dp.png create mode 100644 src/main/res/drawable-xxhdpi/ic_refresh_white_24dp.png create mode 100644 src/main/res/drawable-xxhdpi/ic_settings_white_24dp.png (limited to 'src/main/res/drawable-xxhdpi') diff --git a/src/main/res/drawable-xxhdpi/ic_add_white_24dp.png b/src/main/res/drawable-xxhdpi/ic_add_white_24dp.png new file mode 100644 index 000000000..94789119f Binary files /dev/null and b/src/main/res/drawable-xxhdpi/ic_add_white_24dp.png differ diff --git a/src/main/res/drawable-xxhdpi/ic_attach_camera_white.png b/src/main/res/drawable-xxhdpi/ic_attach_camera_white.png new file mode 100644 index 000000000..a3fb79cc3 Binary files /dev/null and b/src/main/res/drawable-xxhdpi/ic_attach_camera_white.png differ diff --git a/src/main/res/drawable-xxhdpi/ic_attach_document_white.png b/src/main/res/drawable-xxhdpi/ic_attach_document_white.png new file mode 100644 index 000000000..d199ce313 Binary files /dev/null and b/src/main/res/drawable-xxhdpi/ic_attach_document_white.png differ diff --git a/src/main/res/drawable-xxhdpi/ic_attach_location_white.png b/src/main/res/drawable-xxhdpi/ic_attach_location_white.png new file mode 100644 index 000000000..fb736ae73 Binary files /dev/null and b/src/main/res/drawable-xxhdpi/ic_attach_location_white.png differ diff --git a/src/main/res/drawable-xxhdpi/ic_attach_photo_white.png b/src/main/res/drawable-xxhdpi/ic_attach_photo_white.png new file mode 100644 index 000000000..d870c3fcb Binary files /dev/null and b/src/main/res/drawable-xxhdpi/ic_attach_photo_white.png differ diff --git a/src/main/res/drawable-xxhdpi/ic_attach_record_white.png b/src/main/res/drawable-xxhdpi/ic_attach_record_white.png new file mode 100644 index 000000000..142181754 Binary files /dev/null and b/src/main/res/drawable-xxhdpi/ic_attach_record_white.png differ diff --git a/src/main/res/drawable-xxhdpi/ic_attach_videocam_white.png b/src/main/res/drawable-xxhdpi/ic_attach_videocam_white.png new file mode 100644 index 000000000..0e10935e6 Binary files /dev/null and b/src/main/res/drawable-xxhdpi/ic_attach_videocam_white.png differ diff --git a/src/main/res/drawable-xxhdpi/ic_content_copy_white_24dp.png b/src/main/res/drawable-xxhdpi/ic_content_copy_white_24dp.png new file mode 100644 index 000000000..2fcfbd5da Binary files /dev/null and b/src/main/res/drawable-xxhdpi/ic_content_copy_white_24dp.png differ diff --git a/src/main/res/drawable-xxhdpi/ic_notifications_black_24dp.png b/src/main/res/drawable-xxhdpi/ic_notifications_black_24dp.png index 74c46cf43..0fb854995 100644 Binary files a/src/main/res/drawable-xxhdpi/ic_notifications_black_24dp.png and b/src/main/res/drawable-xxhdpi/ic_notifications_black_24dp.png differ diff --git a/src/main/res/drawable-xxhdpi/ic_notifications_none_black_24dp.png b/src/main/res/drawable-xxhdpi/ic_notifications_none_black_24dp.png new file mode 100644 index 000000000..af1e81fbf Binary files /dev/null and b/src/main/res/drawable-xxhdpi/ic_notifications_none_black_24dp.png differ diff --git a/src/main/res/drawable-xxhdpi/ic_notifications_none_white80.png b/src/main/res/drawable-xxhdpi/ic_notifications_none_white80.png new file mode 100644 index 000000000..08fbb79f0 Binary files /dev/null and b/src/main/res/drawable-xxhdpi/ic_notifications_none_white80.png differ diff --git a/src/main/res/drawable-xxhdpi/ic_notifications_none_white_24dp.png b/src/main/res/drawable-xxhdpi/ic_notifications_none_white_24dp.png new file mode 100644 index 000000000..2c0ac79a1 Binary files /dev/null and b/src/main/res/drawable-xxhdpi/ic_notifications_none_white_24dp.png differ diff --git a/src/main/res/drawable-xxhdpi/ic_notifications_off_black_24dp.png b/src/main/res/drawable-xxhdpi/ic_notifications_off_black_24dp.png new file mode 100644 index 000000000..cf9dbfb94 Binary files /dev/null and b/src/main/res/drawable-xxhdpi/ic_notifications_off_black_24dp.png differ diff --git a/src/main/res/drawable-xxhdpi/ic_notifications_off_white80.png b/src/main/res/drawable-xxhdpi/ic_notifications_off_white80.png new file mode 100644 index 000000000..0f7d9dfed Binary files /dev/null and b/src/main/res/drawable-xxhdpi/ic_notifications_off_white80.png differ diff --git a/src/main/res/drawable-xxhdpi/ic_notifications_off_white_24dp.png b/src/main/res/drawable-xxhdpi/ic_notifications_off_white_24dp.png new file mode 100644 index 000000000..09ecbd91c Binary files /dev/null and b/src/main/res/drawable-xxhdpi/ic_notifications_off_white_24dp.png differ diff --git a/src/main/res/drawable-xxhdpi/ic_notifications_paused_black_24dp.png b/src/main/res/drawable-xxhdpi/ic_notifications_paused_black_24dp.png new file mode 100644 index 000000000..90f58b8c5 Binary files /dev/null and b/src/main/res/drawable-xxhdpi/ic_notifications_paused_black_24dp.png differ diff --git a/src/main/res/drawable-xxhdpi/ic_notifications_paused_white80.png b/src/main/res/drawable-xxhdpi/ic_notifications_paused_white80.png new file mode 100644 index 000000000..fcad34581 Binary files /dev/null and b/src/main/res/drawable-xxhdpi/ic_notifications_paused_white80.png differ diff --git a/src/main/res/drawable-xxhdpi/ic_notifications_paused_white_24dp.png b/src/main/res/drawable-xxhdpi/ic_notifications_paused_white_24dp.png index e31b0d36f..69ad4c532 100644 Binary files a/src/main/res/drawable-xxhdpi/ic_notifications_paused_white_24dp.png and b/src/main/res/drawable-xxhdpi/ic_notifications_paused_white_24dp.png differ diff --git a/src/main/res/drawable-xxhdpi/ic_notifications_white80.png b/src/main/res/drawable-xxhdpi/ic_notifications_white80.png new file mode 100644 index 000000000..261458766 Binary files /dev/null and b/src/main/res/drawable-xxhdpi/ic_notifications_white80.png differ diff --git a/src/main/res/drawable-xxhdpi/ic_notifications_white_24dp.png b/src/main/res/drawable-xxhdpi/ic_notifications_white_24dp.png new file mode 100644 index 000000000..fd1e186e7 Binary files /dev/null and b/src/main/res/drawable-xxhdpi/ic_notifications_white_24dp.png differ diff --git a/src/main/res/drawable-xxhdpi/ic_refresh_white_24dp.png b/src/main/res/drawable-xxhdpi/ic_refresh_white_24dp.png new file mode 100644 index 000000000..ab0f120c6 Binary files /dev/null and b/src/main/res/drawable-xxhdpi/ic_refresh_white_24dp.png differ diff --git a/src/main/res/drawable-xxhdpi/ic_settings_white_24dp.png b/src/main/res/drawable-xxhdpi/ic_settings_white_24dp.png new file mode 100644 index 000000000..8e0e2182f Binary files /dev/null and b/src/main/res/drawable-xxhdpi/ic_settings_white_24dp.png differ -- cgit v1.2.3