From 5618952043062a5f8d8c6d62a447cf2a94cc60f3 Mon Sep 17 00:00:00 2001 From: z31s1g Date: Wed, 13 Jan 2016 19:12:40 +0100 Subject: gui: theme changes for terminal Done: Portrait HDPI, MDPI Landscape HDPI, MDPI Watch Also still includes ugly changes for the old portrait theme to test the terminal emulator. Change-Id: If32af1c69b85417522a8a2fb9c20be515b4d70fc --- gui/theme/common/landscape.xml | 366 +++++- gui/theme/common/portrait.xml | 185 ++- gui/theme/common/watch.xml | 138 +- .../landscape_hdpi/images/backspace_terminal.png | Bin 0 -> 1391 bytes gui/theme/landscape_hdpi/images/enter_terminal.png | Bin 0 -> 1589 bytes gui/theme/landscape_hdpi/images/kb_arrow_down.png | Bin 0 -> 956 bytes gui/theme/landscape_hdpi/images/kb_arrow_left.png | Bin 0 -> 946 bytes gui/theme/landscape_hdpi/images/kb_arrow_right.png | Bin 0 -> 974 bytes gui/theme/landscape_hdpi/images/kb_arrow_up.png | Bin 0 -> 941 bytes gui/theme/landscape_hdpi/images/kb_hide.png | Bin 0 -> 1248 bytes gui/theme/landscape_hdpi/images/kb_show.png | Bin 0 -> 1212 bytes gui/theme/landscape_hdpi/images/shift_terminal.png | Bin 0 -> 1849 bytes .../landscape_hdpi/images/shift_terminal_fill.png | Bin 0 -> 1413 bytes gui/theme/landscape_hdpi/images/space.png | Bin 1192 -> 1583 bytes gui/theme/landscape_hdpi/images/space_terminal.png | Bin 0 -> 1375 bytes gui/theme/landscape_hdpi/ui.xml | 1072 ++++++++------- .../landscape_mdpi/images/backspace_terminal.png | Bin 0 -> 745 bytes gui/theme/landscape_mdpi/images/enter_terminal.png | Bin 0 -> 796 bytes gui/theme/landscape_mdpi/images/kb_arrow_down.png | Bin 0 -> 413 bytes gui/theme/landscape_mdpi/images/kb_arrow_left.png | Bin 0 -> 408 bytes gui/theme/landscape_mdpi/images/kb_arrow_right.png | Bin 0 -> 429 bytes gui/theme/landscape_mdpi/images/kb_arrow_up.png | Bin 0 -> 409 bytes gui/theme/landscape_mdpi/images/kb_hide.png | Bin 0 -> 737 bytes gui/theme/landscape_mdpi/images/kb_show.png | Bin 0 -> 650 bytes gui/theme/landscape_mdpi/images/shift_terminal.png | Bin 0 -> 1014 bytes .../landscape_mdpi/images/shift_terminal_fill.png | Bin 0 -> 773 bytes gui/theme/landscape_mdpi/images/space_terminal.png | Bin 0 -> 557 bytes gui/theme/landscape_mdpi/ui.xml | 1366 +++++++++++--------- gui/theme/portrait_hdpi/images/kb_arrow_down.png | Bin 0 -> 874 bytes gui/theme/portrait_hdpi/images/kb_arrow_left.png | Bin 0 -> 827 bytes gui/theme/portrait_hdpi/images/kb_arrow_right.png | Bin 0 -> 821 bytes gui/theme/portrait_hdpi/images/kb_arrow_up.png | Bin 0 -> 865 bytes gui/theme/portrait_hdpi/images/kb_hide.png | Bin 0 -> 1362 bytes gui/theme/portrait_hdpi/images/kb_show.png | Bin 0 -> 1415 bytes gui/theme/portrait_hdpi/ui.xml | 909 ++++++------- gui/theme/portrait_mdpi/images/kb_arrow_down.png | Bin 0 -> 619 bytes gui/theme/portrait_mdpi/images/kb_arrow_left.png | Bin 0 -> 601 bytes gui/theme/portrait_mdpi/images/kb_arrow_right.png | Bin 0 -> 614 bytes gui/theme/portrait_mdpi/images/kb_arrow_up.png | Bin 0 -> 570 bytes gui/theme/portrait_mdpi/images/kb_hide.png | Bin 0 -> 459 bytes gui/theme/portrait_mdpi/images/kb_show.png | Bin 0 -> 553 bytes gui/theme/portrait_mdpi/ui.xml | 909 ++++++------- gui/theme/watch_mdpi/images/kb_arrow_down.png | Bin 0 -> 395 bytes gui/theme/watch_mdpi/images/kb_arrow_left.png | Bin 0 -> 388 bytes gui/theme/watch_mdpi/images/kb_arrow_right.png | Bin 0 -> 406 bytes gui/theme/watch_mdpi/images/kb_arrow_up.png | Bin 0 -> 387 bytes gui/theme/watch_mdpi/images/kb_hide.png | Bin 0 -> 840 bytes gui/theme/watch_mdpi/images/kb_show.png | Bin 0 -> 731 bytes gui/theme/watch_mdpi/ui.xml | 565 ++++---- 49 files changed, 3019 insertions(+), 2491 deletions(-) create mode 100644 gui/theme/landscape_hdpi/images/backspace_terminal.png create mode 100644 gui/theme/landscape_hdpi/images/enter_terminal.png create mode 100644 gui/theme/landscape_hdpi/images/kb_arrow_down.png create mode 100644 gui/theme/landscape_hdpi/images/kb_arrow_left.png create mode 100644 gui/theme/landscape_hdpi/images/kb_arrow_right.png create mode 100644 gui/theme/landscape_hdpi/images/kb_arrow_up.png create mode 100644 gui/theme/landscape_hdpi/images/kb_hide.png create mode 100644 gui/theme/landscape_hdpi/images/kb_show.png create mode 100644 gui/theme/landscape_hdpi/images/shift_terminal.png create mode 100644 gui/theme/landscape_hdpi/images/shift_terminal_fill.png create mode 100644 gui/theme/landscape_hdpi/images/space_terminal.png create mode 100644 gui/theme/landscape_mdpi/images/backspace_terminal.png create mode 100644 gui/theme/landscape_mdpi/images/enter_terminal.png create mode 100644 gui/theme/landscape_mdpi/images/kb_arrow_down.png create mode 100644 gui/theme/landscape_mdpi/images/kb_arrow_left.png create mode 100644 gui/theme/landscape_mdpi/images/kb_arrow_right.png create mode 100644 gui/theme/landscape_mdpi/images/kb_arrow_up.png create mode 100644 gui/theme/landscape_mdpi/images/kb_hide.png create mode 100644 gui/theme/landscape_mdpi/images/kb_show.png create mode 100644 gui/theme/landscape_mdpi/images/shift_terminal.png create mode 100644 gui/theme/landscape_mdpi/images/shift_terminal_fill.png create mode 100644 gui/theme/landscape_mdpi/images/space_terminal.png create mode 100644 gui/theme/portrait_hdpi/images/kb_arrow_down.png create mode 100644 gui/theme/portrait_hdpi/images/kb_arrow_left.png create mode 100644 gui/theme/portrait_hdpi/images/kb_arrow_right.png create mode 100644 gui/theme/portrait_hdpi/images/kb_arrow_up.png create mode 100644 gui/theme/portrait_hdpi/images/kb_hide.png create mode 100644 gui/theme/portrait_hdpi/images/kb_show.png create mode 100644 gui/theme/portrait_mdpi/images/kb_arrow_down.png create mode 100644 gui/theme/portrait_mdpi/images/kb_arrow_left.png create mode 100644 gui/theme/portrait_mdpi/images/kb_arrow_right.png create mode 100644 gui/theme/portrait_mdpi/images/kb_arrow_up.png create mode 100644 gui/theme/portrait_mdpi/images/kb_hide.png create mode 100644 gui/theme/portrait_mdpi/images/kb_show.png create mode 100644 gui/theme/watch_mdpi/images/kb_arrow_down.png create mode 100644 gui/theme/watch_mdpi/images/kb_arrow_left.png create mode 100644 gui/theme/watch_mdpi/images/kb_arrow_right.png create mode 100644 gui/theme/watch_mdpi/images/kb_arrow_up.png create mode 100644 gui/theme/watch_mdpi/images/kb_hide.png create mode 100644 gui/theme/watch_mdpi/images/kb_show.png (limited to 'gui/theme') diff --git a/gui/theme/common/landscape.xml b/gui/theme/common/landscape.xml index 19cc6570f..6c91d0659 100755 --- a/gui/theme/common/landscape.xml +++ b/gui/theme/common/landscape.xml @@ -109,6 +109,12 @@ + + + + + +