diff --git a/examples/example1/src/example1.d b/examples/example1/src/example1.d index aeb49b7d..37e6cae2 100644 --- a/examples/example1/src/example1.d +++ b/examples/example1/src/example1.d @@ -251,7 +251,7 @@ extern (C) int UIAppMain(string[] args) { //} // create window - Window window = Platform.instance.createWindow("My Window", null, WindowFlag.Resizable, pointsToPixels(600), pointsToPixels(500)); + Window window = Platform.instance.createWindow("My Window", null, WindowFlag.Resizable, 600, 500); static if (true) { VerticalLayout contentLayout = new VerticalLayout(); diff --git a/views/res/hdpi/hdpi_arrow_right_down_black.png b/views/res/hdpi/hdpi_arrow_right_down_black.png index 355831ff..285fa448 100644 Binary files a/views/res/hdpi/hdpi_arrow_right_down_black.png and b/views/res/hdpi/hdpi_arrow_right_down_black.png differ diff --git a/views/res/hdpi/hdpi_arrow_right_down_black_dark.png b/views/res/hdpi/hdpi_arrow_right_down_black_dark.png index 0026cbba..a0bed31d 100644 Binary files a/views/res/hdpi/hdpi_arrow_right_down_black_dark.png and b/views/res/hdpi/hdpi_arrow_right_down_black_dark.png differ diff --git a/views/res/hdpi/hdpi_arrow_right_hollow.png b/views/res/hdpi/hdpi_arrow_right_hollow.png index 73fbc972..42ae76e6 100644 Binary files a/views/res/hdpi/hdpi_arrow_right_hollow.png and b/views/res/hdpi/hdpi_arrow_right_hollow.png differ diff --git a/views/res/hdpi/hdpi_arrow_right_hollow_dark.png b/views/res/hdpi/hdpi_arrow_right_hollow_dark.png index 771c523f..e7369d49 100644 Binary files a/views/res/hdpi/hdpi_arrow_right_hollow_dark.png and b/views/res/hdpi/hdpi_arrow_right_hollow_dark.png differ diff --git a/views/res/hdpi/hdpi_btn_check_off.png b/views/res/hdpi/hdpi_btn_check_off.png index 53a51acd..5e5fe865 100644 Binary files a/views/res/hdpi/hdpi_btn_check_off.png and b/views/res/hdpi/hdpi_btn_check_off.png differ diff --git a/views/res/hdpi/hdpi_btn_check_off_dark.png b/views/res/hdpi/hdpi_btn_check_off_dark.png index b84e73c1..93d8eb38 100644 Binary files a/views/res/hdpi/hdpi_btn_check_off_dark.png and b/views/res/hdpi/hdpi_btn_check_off_dark.png differ diff --git a/views/res/hdpi/hdpi_btn_check_off_disabled.png b/views/res/hdpi/hdpi_btn_check_off_disabled.png index 97797355..18dbbcc2 100644 Binary files a/views/res/hdpi/hdpi_btn_check_off_disabled.png and b/views/res/hdpi/hdpi_btn_check_off_disabled.png differ diff --git a/views/res/hdpi/hdpi_btn_check_off_disabled_dark.png b/views/res/hdpi/hdpi_btn_check_off_disabled_dark.png index a4347b86..57ac36cf 100644 Binary files a/views/res/hdpi/hdpi_btn_check_off_disabled_dark.png and b/views/res/hdpi/hdpi_btn_check_off_disabled_dark.png differ diff --git a/views/res/hdpi/hdpi_btn_check_off_focused.png b/views/res/hdpi/hdpi_btn_check_off_focused.png index 29f9b3f8..666650ed 100644 Binary files a/views/res/hdpi/hdpi_btn_check_off_focused.png and b/views/res/hdpi/hdpi_btn_check_off_focused.png differ diff --git a/views/res/hdpi/hdpi_btn_check_off_focused_dark.png b/views/res/hdpi/hdpi_btn_check_off_focused_dark.png index 3e59f2a9..dfa8ebb8 100644 Binary files a/views/res/hdpi/hdpi_btn_check_off_focused_dark.png and b/views/res/hdpi/hdpi_btn_check_off_focused_dark.png differ diff --git a/views/res/hdpi/hdpi_btn_check_off_pressed.png b/views/res/hdpi/hdpi_btn_check_off_pressed.png index 5a6b3a2d..24a8ad9e 100644 Binary files a/views/res/hdpi/hdpi_btn_check_off_pressed.png and b/views/res/hdpi/hdpi_btn_check_off_pressed.png differ diff --git a/views/res/hdpi/hdpi_btn_check_off_pressed_dark.png b/views/res/hdpi/hdpi_btn_check_off_pressed_dark.png index 09105864..df06048d 100644 Binary files a/views/res/hdpi/hdpi_btn_check_off_pressed_dark.png and b/views/res/hdpi/hdpi_btn_check_off_pressed_dark.png differ diff --git a/views/res/hdpi/hdpi_btn_check_on.png b/views/res/hdpi/hdpi_btn_check_on.png index 8e98c49d..e7a6c496 100644 Binary files a/views/res/hdpi/hdpi_btn_check_on.png and b/views/res/hdpi/hdpi_btn_check_on.png differ diff --git a/views/res/hdpi/hdpi_btn_check_on_dark.png b/views/res/hdpi/hdpi_btn_check_on_dark.png index 753dac62..8f3757ed 100644 Binary files a/views/res/hdpi/hdpi_btn_check_on_dark.png and b/views/res/hdpi/hdpi_btn_check_on_dark.png differ diff --git a/views/res/hdpi/hdpi_btn_check_on_disabled.png b/views/res/hdpi/hdpi_btn_check_on_disabled.png index 96c73ccd..9152c841 100644 Binary files a/views/res/hdpi/hdpi_btn_check_on_disabled.png and b/views/res/hdpi/hdpi_btn_check_on_disabled.png differ diff --git a/views/res/hdpi/hdpi_btn_check_on_disabled_dark.png b/views/res/hdpi/hdpi_btn_check_on_disabled_dark.png index 88918b00..8903a476 100644 Binary files a/views/res/hdpi/hdpi_btn_check_on_disabled_dark.png and b/views/res/hdpi/hdpi_btn_check_on_disabled_dark.png differ diff --git a/views/res/hdpi/hdpi_btn_check_on_focused.png b/views/res/hdpi/hdpi_btn_check_on_focused.png index 60e62a67..b46aa1b7 100644 Binary files a/views/res/hdpi/hdpi_btn_check_on_focused.png and b/views/res/hdpi/hdpi_btn_check_on_focused.png differ diff --git a/views/res/hdpi/hdpi_btn_check_on_focused_dark.png b/views/res/hdpi/hdpi_btn_check_on_focused_dark.png index e7bc3f30..068f126c 100644 Binary files a/views/res/hdpi/hdpi_btn_check_on_focused_dark.png and b/views/res/hdpi/hdpi_btn_check_on_focused_dark.png differ diff --git a/views/res/hdpi/hdpi_btn_check_on_pressed.png b/views/res/hdpi/hdpi_btn_check_on_pressed.png index fac14687..2980f3a3 100644 Binary files a/views/res/hdpi/hdpi_btn_check_on_pressed.png and b/views/res/hdpi/hdpi_btn_check_on_pressed.png differ diff --git a/views/res/hdpi/hdpi_btn_check_on_pressed_dark.png b/views/res/hdpi/hdpi_btn_check_on_pressed_dark.png index 3b64dd01..49b47532 100644 Binary files a/views/res/hdpi/hdpi_btn_check_on_pressed_dark.png and b/views/res/hdpi/hdpi_btn_check_on_pressed_dark.png differ diff --git a/views/res/hdpi/hdpi_btn_radio_off.png b/views/res/hdpi/hdpi_btn_radio_off.png index 0fa7a65f..3dcd137f 100644 Binary files a/views/res/hdpi/hdpi_btn_radio_off.png and b/views/res/hdpi/hdpi_btn_radio_off.png differ diff --git a/views/res/hdpi/hdpi_btn_radio_off_dark.png b/views/res/hdpi/hdpi_btn_radio_off_dark.png index fdfa4c6b..05db28f0 100644 Binary files a/views/res/hdpi/hdpi_btn_radio_off_dark.png and b/views/res/hdpi/hdpi_btn_radio_off_dark.png differ diff --git a/views/res/hdpi/hdpi_btn_radio_off_disabled.png b/views/res/hdpi/hdpi_btn_radio_off_disabled.png index d55b4263..94cb87f2 100644 Binary files a/views/res/hdpi/hdpi_btn_radio_off_disabled.png and b/views/res/hdpi/hdpi_btn_radio_off_disabled.png differ diff --git a/views/res/hdpi/hdpi_btn_radio_off_disabled_dark.png b/views/res/hdpi/hdpi_btn_radio_off_disabled_dark.png index 4ec4ca52..56809d3c 100644 Binary files a/views/res/hdpi/hdpi_btn_radio_off_disabled_dark.png and b/views/res/hdpi/hdpi_btn_radio_off_disabled_dark.png differ diff --git a/views/res/hdpi/hdpi_btn_radio_off_focused.png b/views/res/hdpi/hdpi_btn_radio_off_focused.png index fc0e394c..7ec9555c 100644 Binary files a/views/res/hdpi/hdpi_btn_radio_off_focused.png and b/views/res/hdpi/hdpi_btn_radio_off_focused.png differ diff --git a/views/res/hdpi/hdpi_btn_radio_off_focused_dark.png b/views/res/hdpi/hdpi_btn_radio_off_focused_dark.png index 6b086f68..82739db7 100644 Binary files a/views/res/hdpi/hdpi_btn_radio_off_focused_dark.png and b/views/res/hdpi/hdpi_btn_radio_off_focused_dark.png differ diff --git a/views/res/hdpi/hdpi_btn_radio_off_pressed.png b/views/res/hdpi/hdpi_btn_radio_off_pressed.png index 0fa7a65f..cf042d9e 100644 Binary files a/views/res/hdpi/hdpi_btn_radio_off_pressed.png and b/views/res/hdpi/hdpi_btn_radio_off_pressed.png differ diff --git a/views/res/hdpi/hdpi_btn_radio_off_pressed_dark.png b/views/res/hdpi/hdpi_btn_radio_off_pressed_dark.png index a42af425..d4d1d1b0 100644 Binary files a/views/res/hdpi/hdpi_btn_radio_off_pressed_dark.png and b/views/res/hdpi/hdpi_btn_radio_off_pressed_dark.png differ diff --git a/views/res/hdpi/hdpi_btn_radio_on.png b/views/res/hdpi/hdpi_btn_radio_on.png index 7c1772c7..17bd3da5 100644 Binary files a/views/res/hdpi/hdpi_btn_radio_on.png and b/views/res/hdpi/hdpi_btn_radio_on.png differ diff --git a/views/res/hdpi/hdpi_btn_radio_on_dark.png b/views/res/hdpi/hdpi_btn_radio_on_dark.png index 1acc9c02..037913fd 100644 Binary files a/views/res/hdpi/hdpi_btn_radio_on_dark.png and b/views/res/hdpi/hdpi_btn_radio_on_dark.png differ diff --git a/views/res/hdpi/hdpi_btn_radio_on_disabled.png b/views/res/hdpi/hdpi_btn_radio_on_disabled.png index 4af4a6cd..d4a3fc8a 100644 Binary files a/views/res/hdpi/hdpi_btn_radio_on_disabled.png and b/views/res/hdpi/hdpi_btn_radio_on_disabled.png differ diff --git a/views/res/hdpi/hdpi_btn_radio_on_disabled_dark.png b/views/res/hdpi/hdpi_btn_radio_on_disabled_dark.png index ad4e1b74..8e26b9f0 100644 Binary files a/views/res/hdpi/hdpi_btn_radio_on_disabled_dark.png and b/views/res/hdpi/hdpi_btn_radio_on_disabled_dark.png differ diff --git a/views/res/hdpi/hdpi_btn_radio_on_focused.png b/views/res/hdpi/hdpi_btn_radio_on_focused.png index 9bf271b7..1c874de9 100644 Binary files a/views/res/hdpi/hdpi_btn_radio_on_focused.png and b/views/res/hdpi/hdpi_btn_radio_on_focused.png differ diff --git a/views/res/hdpi/hdpi_btn_radio_on_focused_dark.png b/views/res/hdpi/hdpi_btn_radio_on_focused_dark.png index 7e01c2dd..ab18f1b4 100644 Binary files a/views/res/hdpi/hdpi_btn_radio_on_focused_dark.png and b/views/res/hdpi/hdpi_btn_radio_on_focused_dark.png differ diff --git a/views/res/hdpi/hdpi_btn_radio_on_pressed.png b/views/res/hdpi/hdpi_btn_radio_on_pressed.png index 580284c9..2a2a6f22 100644 Binary files a/views/res/hdpi/hdpi_btn_radio_on_pressed.png and b/views/res/hdpi/hdpi_btn_radio_on_pressed.png differ diff --git a/views/res/hdpi/hdpi_btn_radio_on_pressed_dark.png b/views/res/hdpi/hdpi_btn_radio_on_pressed_dark.png index d34ecea5..c11bb588 100644 Binary files a/views/res/hdpi/hdpi_btn_radio_on_pressed_dark.png and b/views/res/hdpi/hdpi_btn_radio_on_pressed_dark.png differ diff --git a/views/res/hdpi/hdpi_text-plain.png b/views/res/hdpi/hdpi_text-plain.png index 806c9e0c..0b0a402e 100644 Binary files a/views/res/hdpi/hdpi_text-plain.png and b/views/res/hdpi/hdpi_text-plain.png differ