From c81de8c6c0d4846aa3bf395f3c34230659361d64 Mon Sep 17 00:00:00 2001 From: James Christopher Adduono Date: Tue, 31 May 2016 23:08:48 -0400 Subject: Optimize and reduce size of PNG files Done using: find -type f -name *.png -exec optipng -o7 -nc -fix {} + (-nc is required as TWRP png lib can't handle color type changes) find -type f -name *.png -exec advdef -4 -z {} + (use Zopfli compressor on insane prefix to reduce size even more) Total amount of bytes saved: 317,491 Change-Id: I545c678f71942e6ceb95acb631841ea7ef82a049 --- gui/theme/watch_mdpi/images/back.png | Bin 454 -> 427 bytes gui/theme/watch_mdpi/images/backspace.png | Bin 349 -> 344 bytes gui/theme/watch_mdpi/images/checkbox_false.png | Bin 238 -> 235 bytes gui/theme/watch_mdpi/images/checkbox_false_small.png | Bin 189 -> 188 bytes gui/theme/watch_mdpi/images/checkbox_true.png | Bin 372 -> 363 bytes gui/theme/watch_mdpi/images/checkbox_true_small.png | Bin 264 -> 260 bytes gui/theme/watch_mdpi/images/close.png | Bin 475 -> 446 bytes gui/theme/watch_mdpi/images/console.png | Bin 310 -> 295 bytes gui/theme/watch_mdpi/images/enter.png | Bin 434 -> 422 bytes gui/theme/watch_mdpi/images/file.png | Bin 320 -> 315 bytes gui/theme/watch_mdpi/images/folder.png | Bin 275 -> 272 bytes gui/theme/watch_mdpi/images/grid_less.png | Bin 426 -> 312 bytes gui/theme/watch_mdpi/images/grid_more.png | Bin 581 -> 400 bytes gui/theme/watch_mdpi/images/handle.png | Bin 595 -> 557 bytes gui/theme/watch_mdpi/images/home.png | Bin 511 -> 499 bytes gui/theme/watch_mdpi/images/indeterminate001.png | Bin 175 -> 174 bytes gui/theme/watch_mdpi/images/indeterminate002.png | Bin 420 -> 400 bytes gui/theme/watch_mdpi/images/indeterminate003.png | Bin 194 -> 194 bytes gui/theme/watch_mdpi/images/indeterminate004.png | Bin 194 -> 194 bytes gui/theme/watch_mdpi/images/indeterminate005.png | Bin 194 -> 194 bytes gui/theme/watch_mdpi/images/indeterminate006.png | Bin 194 -> 194 bytes gui/theme/watch_mdpi/images/indeterminate007.png | Bin 194 -> 193 bytes gui/theme/watch_mdpi/images/indeterminate008.png | Bin 194 -> 193 bytes gui/theme/watch_mdpi/images/indeterminate009.png | Bin 193 -> 193 bytes gui/theme/watch_mdpi/images/indeterminate010.png | Bin 194 -> 193 bytes gui/theme/watch_mdpi/images/indeterminate011.png | Bin 192 -> 192 bytes gui/theme/watch_mdpi/images/indeterminate012.png | Bin 526 -> 491 bytes gui/theme/watch_mdpi/images/kb_arrow_down.png | Bin 395 -> 300 bytes gui/theme/watch_mdpi/images/kb_arrow_left.png | Bin 388 -> 258 bytes gui/theme/watch_mdpi/images/kb_arrow_right.png | Bin 406 -> 251 bytes gui/theme/watch_mdpi/images/kb_arrow_up.png | Bin 387 -> 291 bytes gui/theme/watch_mdpi/images/kb_hide.png | Bin 840 -> 547 bytes gui/theme/watch_mdpi/images/kb_show.png | Bin 731 -> 511 bytes gui/theme/watch_mdpi/images/main_button.png | Bin 654 -> 624 bytes .../watch_mdpi/images/main_button_full_width.png | Bin 702 -> 684 bytes .../watch_mdpi/images/main_button_half_height.png | Bin 501 -> 481 bytes .../watch_mdpi/images/main_button_quarter_width.png | Bin 598 -> 564 bytes gui/theme/watch_mdpi/images/progress_empty.png | Bin 670 -> 637 bytes gui/theme/watch_mdpi/images/progress_fill.png | Bin 479 -> 460 bytes gui/theme/watch_mdpi/images/q_btn_accept.png | Bin 1065 -> 1003 bytes gui/theme/watch_mdpi/images/q_btn_accept_transp.png | Bin 1094 -> 1010 bytes gui/theme/watch_mdpi/images/q_btn_addzip.png | Bin 973 -> 929 bytes gui/theme/watch_mdpi/images/q_btn_arrow_left.png | Bin 998 -> 911 bytes gui/theme/watch_mdpi/images/q_btn_arrow_right.png | Bin 1004 -> 917 bytes gui/theme/watch_mdpi/images/q_btn_delete.png | Bin 907 -> 870 bytes gui/theme/watch_mdpi/images/q_btn_encryption_dis.png | Bin 1406 -> 1346 bytes gui/theme/watch_mdpi/images/q_btn_encryption_en.png | Bin 1333 -> 1275 bytes gui/theme/watch_mdpi/images/q_btn_folder.png | Bin 1171 -> 1087 bytes gui/theme/watch_mdpi/images/q_btn_refresh.png | Bin 1418 -> 1363 bytes gui/theme/watch_mdpi/images/q_btn_reset.png | Bin 1583 -> 1506 bytes gui/theme/watch_mdpi/images/q_btn_storage.png | Bin 869 -> 807 bytes gui/theme/watch_mdpi/images/radio_false.png | Bin 571 -> 562 bytes gui/theme/watch_mdpi/images/radio_true.png | Bin 713 -> 689 bytes gui/theme/watch_mdpi/images/shift.png | Bin 510 -> 499 bytes gui/theme/watch_mdpi/images/shift_fill.png | Bin 419 -> 411 bytes gui/theme/watch_mdpi/images/slider.png | Bin 1007 -> 947 bytes gui/theme/watch_mdpi/images/slider_touch.png | Bin 949 -> 880 bytes gui/theme/watch_mdpi/images/slider_used.png | Bin 1015 -> 947 bytes gui/theme/watch_mdpi/images/space.png | Bin 324 -> 318 bytes gui/theme/watch_mdpi/images/splashlogo.png | Bin 5597 -> 3848 bytes gui/theme/watch_mdpi/images/splashteamwin.png | Bin 983 -> 680 bytes gui/theme/watch_mdpi/images/unlock_icon.png | Bin 1316 -> 1222 bytes 62 files changed, 0 insertions(+), 0 deletions(-) (limited to 'gui/theme/watch_mdpi/images') diff --git a/gui/theme/watch_mdpi/images/back.png b/gui/theme/watch_mdpi/images/back.png index 67d9b832a..b4bcda71f 100644 Binary files a/gui/theme/watch_mdpi/images/back.png and b/gui/theme/watch_mdpi/images/back.png differ diff --git a/gui/theme/watch_mdpi/images/backspace.png b/gui/theme/watch_mdpi/images/backspace.png index e23ab76eb..cf22b65fa 100644 Binary files a/gui/theme/watch_mdpi/images/backspace.png and b/gui/theme/watch_mdpi/images/backspace.png differ diff --git a/gui/theme/watch_mdpi/images/checkbox_false.png b/gui/theme/watch_mdpi/images/checkbox_false.png index 1bda20599..4439e458c 100644 Binary files a/gui/theme/watch_mdpi/images/checkbox_false.png and b/gui/theme/watch_mdpi/images/checkbox_false.png differ diff --git a/gui/theme/watch_mdpi/images/checkbox_false_small.png b/gui/theme/watch_mdpi/images/checkbox_false_small.png index eca227a4b..e6b0b44eb 100644 Binary files a/gui/theme/watch_mdpi/images/checkbox_false_small.png and b/gui/theme/watch_mdpi/images/checkbox_false_small.png differ diff --git a/gui/theme/watch_mdpi/images/checkbox_true.png b/gui/theme/watch_mdpi/images/checkbox_true.png index c28faf89f..b0b7709fa 100644 Binary files a/gui/theme/watch_mdpi/images/checkbox_true.png and b/gui/theme/watch_mdpi/images/checkbox_true.png differ diff --git a/gui/theme/watch_mdpi/images/checkbox_true_small.png b/gui/theme/watch_mdpi/images/checkbox_true_small.png index 6d3dde3ed..ae8a080ba 100644 Binary files a/gui/theme/watch_mdpi/images/checkbox_true_small.png and b/gui/theme/watch_mdpi/images/checkbox_true_small.png differ diff --git a/gui/theme/watch_mdpi/images/close.png b/gui/theme/watch_mdpi/images/close.png index 8e4a73c1c..95c0cf4eb 100644 Binary files a/gui/theme/watch_mdpi/images/close.png and b/gui/theme/watch_mdpi/images/close.png differ diff --git a/gui/theme/watch_mdpi/images/console.png b/gui/theme/watch_mdpi/images/console.png index 55cfc4c34..cf94aa8a3 100644 Binary files a/gui/theme/watch_mdpi/images/console.png and b/gui/theme/watch_mdpi/images/console.png differ diff --git a/gui/theme/watch_mdpi/images/enter.png b/gui/theme/watch_mdpi/images/enter.png index dc01443fd..e831bedee 100644 Binary files a/gui/theme/watch_mdpi/images/enter.png and b/gui/theme/watch_mdpi/images/enter.png differ diff --git a/gui/theme/watch_mdpi/images/file.png b/gui/theme/watch_mdpi/images/file.png index 90c8d8f84..ea2cedf87 100644 Binary files a/gui/theme/watch_mdpi/images/file.png and b/gui/theme/watch_mdpi/images/file.png differ diff --git a/gui/theme/watch_mdpi/images/folder.png b/gui/theme/watch_mdpi/images/folder.png index c8d360ac1..3d5be9aef 100644 Binary files a/gui/theme/watch_mdpi/images/folder.png and b/gui/theme/watch_mdpi/images/folder.png differ diff --git a/gui/theme/watch_mdpi/images/grid_less.png b/gui/theme/watch_mdpi/images/grid_less.png index 7366c8ecf..d71867fff 100644 Binary files a/gui/theme/watch_mdpi/images/grid_less.png and b/gui/theme/watch_mdpi/images/grid_less.png differ diff --git a/gui/theme/watch_mdpi/images/grid_more.png b/gui/theme/watch_mdpi/images/grid_more.png index cd51f7e2e..4f03d93b0 100644 Binary files a/gui/theme/watch_mdpi/images/grid_more.png and b/gui/theme/watch_mdpi/images/grid_more.png differ diff --git a/gui/theme/watch_mdpi/images/handle.png b/gui/theme/watch_mdpi/images/handle.png index d7095b48b..e474978fa 100644 Binary files a/gui/theme/watch_mdpi/images/handle.png and b/gui/theme/watch_mdpi/images/handle.png differ diff --git a/gui/theme/watch_mdpi/images/home.png b/gui/theme/watch_mdpi/images/home.png index 2f81faecf..42955ba69 100644 Binary files a/gui/theme/watch_mdpi/images/home.png and b/gui/theme/watch_mdpi/images/home.png differ diff --git a/gui/theme/watch_mdpi/images/indeterminate001.png b/gui/theme/watch_mdpi/images/indeterminate001.png index 7dbd4b786..e1431edb1 100644 Binary files a/gui/theme/watch_mdpi/images/indeterminate001.png and b/gui/theme/watch_mdpi/images/indeterminate001.png differ diff --git a/gui/theme/watch_mdpi/images/indeterminate002.png b/gui/theme/watch_mdpi/images/indeterminate002.png index 10b444c0b..be06bd61e 100644 Binary files a/gui/theme/watch_mdpi/images/indeterminate002.png and b/gui/theme/watch_mdpi/images/indeterminate002.png differ diff --git a/gui/theme/watch_mdpi/images/indeterminate003.png b/gui/theme/watch_mdpi/images/indeterminate003.png index 7c4d7c6aa..e47fae3bb 100644 Binary files a/gui/theme/watch_mdpi/images/indeterminate003.png and b/gui/theme/watch_mdpi/images/indeterminate003.png differ diff --git a/gui/theme/watch_mdpi/images/indeterminate004.png b/gui/theme/watch_mdpi/images/indeterminate004.png index 63c91b8ba..1931b60be 100644 Binary files a/gui/theme/watch_mdpi/images/indeterminate004.png and b/gui/theme/watch_mdpi/images/indeterminate004.png differ diff --git a/gui/theme/watch_mdpi/images/indeterminate005.png b/gui/theme/watch_mdpi/images/indeterminate005.png index 3b1089edb..f372669a6 100644 Binary files a/gui/theme/watch_mdpi/images/indeterminate005.png and b/gui/theme/watch_mdpi/images/indeterminate005.png differ diff --git a/gui/theme/watch_mdpi/images/indeterminate006.png b/gui/theme/watch_mdpi/images/indeterminate006.png index 2598b0cf0..2a1f1da83 100644 Binary files a/gui/theme/watch_mdpi/images/indeterminate006.png and b/gui/theme/watch_mdpi/images/indeterminate006.png differ diff --git a/gui/theme/watch_mdpi/images/indeterminate007.png b/gui/theme/watch_mdpi/images/indeterminate007.png index dddf002d0..5244e53e0 100644 Binary files a/gui/theme/watch_mdpi/images/indeterminate007.png and b/gui/theme/watch_mdpi/images/indeterminate007.png differ diff --git a/gui/theme/watch_mdpi/images/indeterminate008.png b/gui/theme/watch_mdpi/images/indeterminate008.png index 77eb487aa..cf20bb12b 100644 Binary files a/gui/theme/watch_mdpi/images/indeterminate008.png and b/gui/theme/watch_mdpi/images/indeterminate008.png differ diff --git a/gui/theme/watch_mdpi/images/indeterminate009.png b/gui/theme/watch_mdpi/images/indeterminate009.png index ffe38a607..f8a75477d 100644 Binary files a/gui/theme/watch_mdpi/images/indeterminate009.png and b/gui/theme/watch_mdpi/images/indeterminate009.png differ diff --git a/gui/theme/watch_mdpi/images/indeterminate010.png b/gui/theme/watch_mdpi/images/indeterminate010.png index 93ff9e622..bfd0a6d62 100644 Binary files a/gui/theme/watch_mdpi/images/indeterminate010.png and b/gui/theme/watch_mdpi/images/indeterminate010.png differ diff --git a/gui/theme/watch_mdpi/images/indeterminate011.png b/gui/theme/watch_mdpi/images/indeterminate011.png index fa1f5e46c..004b77fa4 100644 Binary files a/gui/theme/watch_mdpi/images/indeterminate011.png and b/gui/theme/watch_mdpi/images/indeterminate011.png differ diff --git a/gui/theme/watch_mdpi/images/indeterminate012.png b/gui/theme/watch_mdpi/images/indeterminate012.png index 92ac9602e..a6770771f 100644 Binary files a/gui/theme/watch_mdpi/images/indeterminate012.png and b/gui/theme/watch_mdpi/images/indeterminate012.png differ diff --git a/gui/theme/watch_mdpi/images/kb_arrow_down.png b/gui/theme/watch_mdpi/images/kb_arrow_down.png index 5cdcb28c6..1439b59e8 100644 Binary files a/gui/theme/watch_mdpi/images/kb_arrow_down.png and b/gui/theme/watch_mdpi/images/kb_arrow_down.png differ diff --git a/gui/theme/watch_mdpi/images/kb_arrow_left.png b/gui/theme/watch_mdpi/images/kb_arrow_left.png index a7b060117..2afb82c85 100644 Binary files a/gui/theme/watch_mdpi/images/kb_arrow_left.png and b/gui/theme/watch_mdpi/images/kb_arrow_left.png differ diff --git a/gui/theme/watch_mdpi/images/kb_arrow_right.png b/gui/theme/watch_mdpi/images/kb_arrow_right.png index fd323ab9a..fb565b9dd 100644 Binary files a/gui/theme/watch_mdpi/images/kb_arrow_right.png and b/gui/theme/watch_mdpi/images/kb_arrow_right.png differ diff --git a/gui/theme/watch_mdpi/images/kb_arrow_up.png b/gui/theme/watch_mdpi/images/kb_arrow_up.png index b54b43e50..af00e7585 100644 Binary files a/gui/theme/watch_mdpi/images/kb_arrow_up.png and b/gui/theme/watch_mdpi/images/kb_arrow_up.png differ diff --git a/gui/theme/watch_mdpi/images/kb_hide.png b/gui/theme/watch_mdpi/images/kb_hide.png index aa23f8000..170cf33ef 100644 Binary files a/gui/theme/watch_mdpi/images/kb_hide.png and b/gui/theme/watch_mdpi/images/kb_hide.png differ diff --git a/gui/theme/watch_mdpi/images/kb_show.png b/gui/theme/watch_mdpi/images/kb_show.png index 97d9f6d94..4115c6336 100644 Binary files a/gui/theme/watch_mdpi/images/kb_show.png and b/gui/theme/watch_mdpi/images/kb_show.png differ diff --git a/gui/theme/watch_mdpi/images/main_button.png b/gui/theme/watch_mdpi/images/main_button.png index dc611ccd7..769a1b394 100644 Binary files a/gui/theme/watch_mdpi/images/main_button.png and b/gui/theme/watch_mdpi/images/main_button.png differ diff --git a/gui/theme/watch_mdpi/images/main_button_full_width.png b/gui/theme/watch_mdpi/images/main_button_full_width.png index 224cdd0a5..19012c461 100644 Binary files a/gui/theme/watch_mdpi/images/main_button_full_width.png and b/gui/theme/watch_mdpi/images/main_button_full_width.png differ diff --git a/gui/theme/watch_mdpi/images/main_button_half_height.png b/gui/theme/watch_mdpi/images/main_button_half_height.png index 32dea7f8f..220604881 100644 Binary files a/gui/theme/watch_mdpi/images/main_button_half_height.png and b/gui/theme/watch_mdpi/images/main_button_half_height.png differ diff --git a/gui/theme/watch_mdpi/images/main_button_quarter_width.png b/gui/theme/watch_mdpi/images/main_button_quarter_width.png index eb7d3e5b7..f068f5fa9 100644 Binary files a/gui/theme/watch_mdpi/images/main_button_quarter_width.png and b/gui/theme/watch_mdpi/images/main_button_quarter_width.png differ diff --git a/gui/theme/watch_mdpi/images/progress_empty.png b/gui/theme/watch_mdpi/images/progress_empty.png index 40cf8e27c..561d49c52 100644 Binary files a/gui/theme/watch_mdpi/images/progress_empty.png and b/gui/theme/watch_mdpi/images/progress_empty.png differ diff --git a/gui/theme/watch_mdpi/images/progress_fill.png b/gui/theme/watch_mdpi/images/progress_fill.png index 7ef325f3e..54c0e1b4e 100644 Binary files a/gui/theme/watch_mdpi/images/progress_fill.png and b/gui/theme/watch_mdpi/images/progress_fill.png differ diff --git a/gui/theme/watch_mdpi/images/q_btn_accept.png b/gui/theme/watch_mdpi/images/q_btn_accept.png index eb042f68f..4c04f228d 100644 Binary files a/gui/theme/watch_mdpi/images/q_btn_accept.png and b/gui/theme/watch_mdpi/images/q_btn_accept.png differ diff --git a/gui/theme/watch_mdpi/images/q_btn_accept_transp.png b/gui/theme/watch_mdpi/images/q_btn_accept_transp.png index 17646f10a..9d1c17793 100644 Binary files a/gui/theme/watch_mdpi/images/q_btn_accept_transp.png and b/gui/theme/watch_mdpi/images/q_btn_accept_transp.png differ diff --git a/gui/theme/watch_mdpi/images/q_btn_addzip.png b/gui/theme/watch_mdpi/images/q_btn_addzip.png index 4e0a23806..6ca0135d2 100644 Binary files a/gui/theme/watch_mdpi/images/q_btn_addzip.png and b/gui/theme/watch_mdpi/images/q_btn_addzip.png differ diff --git a/gui/theme/watch_mdpi/images/q_btn_arrow_left.png b/gui/theme/watch_mdpi/images/q_btn_arrow_left.png index 26c83918e..b07d2d0aa 100644 Binary files a/gui/theme/watch_mdpi/images/q_btn_arrow_left.png and b/gui/theme/watch_mdpi/images/q_btn_arrow_left.png differ diff --git a/gui/theme/watch_mdpi/images/q_btn_arrow_right.png b/gui/theme/watch_mdpi/images/q_btn_arrow_right.png index 1dd07b2b6..fb0c9eae9 100644 Binary files a/gui/theme/watch_mdpi/images/q_btn_arrow_right.png and b/gui/theme/watch_mdpi/images/q_btn_arrow_right.png differ diff --git a/gui/theme/watch_mdpi/images/q_btn_delete.png b/gui/theme/watch_mdpi/images/q_btn_delete.png index 6600a7242..89224985c 100644 Binary files a/gui/theme/watch_mdpi/images/q_btn_delete.png and b/gui/theme/watch_mdpi/images/q_btn_delete.png differ diff --git a/gui/theme/watch_mdpi/images/q_btn_encryption_dis.png b/gui/theme/watch_mdpi/images/q_btn_encryption_dis.png index 89f93344f..84800752e 100644 Binary files a/gui/theme/watch_mdpi/images/q_btn_encryption_dis.png and b/gui/theme/watch_mdpi/images/q_btn_encryption_dis.png differ diff --git a/gui/theme/watch_mdpi/images/q_btn_encryption_en.png b/gui/theme/watch_mdpi/images/q_btn_encryption_en.png index d366ae10f..6ac2a919a 100644 Binary files a/gui/theme/watch_mdpi/images/q_btn_encryption_en.png and b/gui/theme/watch_mdpi/images/q_btn_encryption_en.png differ diff --git a/gui/theme/watch_mdpi/images/q_btn_folder.png b/gui/theme/watch_mdpi/images/q_btn_folder.png index eab17bbab..eccba87f6 100644 Binary files a/gui/theme/watch_mdpi/images/q_btn_folder.png and b/gui/theme/watch_mdpi/images/q_btn_folder.png differ diff --git a/gui/theme/watch_mdpi/images/q_btn_refresh.png b/gui/theme/watch_mdpi/images/q_btn_refresh.png index 7b85acda3..a7762d8a7 100644 Binary files a/gui/theme/watch_mdpi/images/q_btn_refresh.png and b/gui/theme/watch_mdpi/images/q_btn_refresh.png differ diff --git a/gui/theme/watch_mdpi/images/q_btn_reset.png b/gui/theme/watch_mdpi/images/q_btn_reset.png index 4c496da43..f05f43c23 100644 Binary files a/gui/theme/watch_mdpi/images/q_btn_reset.png and b/gui/theme/watch_mdpi/images/q_btn_reset.png differ diff --git a/gui/theme/watch_mdpi/images/q_btn_storage.png b/gui/theme/watch_mdpi/images/q_btn_storage.png index b9068eabb..ddfddb40d 100644 Binary files a/gui/theme/watch_mdpi/images/q_btn_storage.png and b/gui/theme/watch_mdpi/images/q_btn_storage.png differ diff --git a/gui/theme/watch_mdpi/images/radio_false.png b/gui/theme/watch_mdpi/images/radio_false.png index e44ad0744..c517286f3 100644 Binary files a/gui/theme/watch_mdpi/images/radio_false.png and b/gui/theme/watch_mdpi/images/radio_false.png differ diff --git a/gui/theme/watch_mdpi/images/radio_true.png b/gui/theme/watch_mdpi/images/radio_true.png index fbde2f8e1..523cecc3d 100644 Binary files a/gui/theme/watch_mdpi/images/radio_true.png and b/gui/theme/watch_mdpi/images/radio_true.png differ diff --git a/gui/theme/watch_mdpi/images/shift.png b/gui/theme/watch_mdpi/images/shift.png index 8bc05056b..077097212 100644 Binary files a/gui/theme/watch_mdpi/images/shift.png and b/gui/theme/watch_mdpi/images/shift.png differ diff --git a/gui/theme/watch_mdpi/images/shift_fill.png b/gui/theme/watch_mdpi/images/shift_fill.png index 64bf5dfd3..0941aa66e 100644 Binary files a/gui/theme/watch_mdpi/images/shift_fill.png and b/gui/theme/watch_mdpi/images/shift_fill.png differ diff --git a/gui/theme/watch_mdpi/images/slider.png b/gui/theme/watch_mdpi/images/slider.png index ac5df4491..a2083c530 100644 Binary files a/gui/theme/watch_mdpi/images/slider.png and b/gui/theme/watch_mdpi/images/slider.png differ diff --git a/gui/theme/watch_mdpi/images/slider_touch.png b/gui/theme/watch_mdpi/images/slider_touch.png index e9e93c717..9fcb72996 100644 Binary files a/gui/theme/watch_mdpi/images/slider_touch.png and b/gui/theme/watch_mdpi/images/slider_touch.png differ diff --git a/gui/theme/watch_mdpi/images/slider_used.png b/gui/theme/watch_mdpi/images/slider_used.png index bb2864325..d1df84537 100644 Binary files a/gui/theme/watch_mdpi/images/slider_used.png and b/gui/theme/watch_mdpi/images/slider_used.png differ diff --git a/gui/theme/watch_mdpi/images/space.png b/gui/theme/watch_mdpi/images/space.png index 7f0fb845c..44d712188 100644 Binary files a/gui/theme/watch_mdpi/images/space.png and b/gui/theme/watch_mdpi/images/space.png differ diff --git a/gui/theme/watch_mdpi/images/splashlogo.png b/gui/theme/watch_mdpi/images/splashlogo.png index 757c74058..24fc4e71e 100644 Binary files a/gui/theme/watch_mdpi/images/splashlogo.png and b/gui/theme/watch_mdpi/images/splashlogo.png differ diff --git a/gui/theme/watch_mdpi/images/splashteamwin.png b/gui/theme/watch_mdpi/images/splashteamwin.png index 94546f8e6..47885cc5b 100644 Binary files a/gui/theme/watch_mdpi/images/splashteamwin.png and b/gui/theme/watch_mdpi/images/splashteamwin.png differ diff --git a/gui/theme/watch_mdpi/images/unlock_icon.png b/gui/theme/watch_mdpi/images/unlock_icon.png index e55a17ccf..b2b5f8ba8 100644 Binary files a/gui/theme/watch_mdpi/images/unlock_icon.png and b/gui/theme/watch_mdpi/images/unlock_icon.png differ -- cgit v1.2.3