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/devices/1080x1920/res/ui.xml | 32 +- gui/devices/1920x1200/res/ui.xml | 6 +- gui/devices/landscape/res/landscape.xml | 7 +- gui/devices/portrait/res/portrait.xml | 41 +- 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 ++++---- 53 files changed, 3086 insertions(+), 2510 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 diff --git a/gui/devices/1080x1920/res/ui.xml b/gui/devices/1080x1920/res/ui.xml index d49157720..79bf5025d 100644 --- a/gui/devices/1080x1920/res/ui.xml +++ b/gui/devices/1080x1920/res/ui.xml @@ -17,6 +17,9 @@ + + + @@ -172,7 +175,7 @@ - + @@ -444,8 +447,21 @@ diff --git a/gui/devices/1920x1200/res/ui.xml b/gui/devices/1920x1200/res/ui.xml index 160ddf64c..ae75f8de0 100644 --- a/gui/devices/1920x1200/res/ui.xml +++ b/gui/devices/1920x1200/res/ui.xml @@ -459,10 +459,10 @@ - + - + @@ -481,7 +481,7 @@ - + diff --git a/gui/devices/landscape/res/landscape.xml b/gui/devices/landscape/res/landscape.xml index b0f6b160b..c2a117dfa 100644 --- a/gui/devices/landscape/res/landscape.xml +++ b/gui/devices/landscape/res/landscape.xml @@ -3467,7 +3467,8 @@ - + + @@ -3475,7 +3476,7 @@ Starting Path: %tw_terminal_location% - + diff --git a/gui/devices/portrait/res/portrait.xml b/gui/devices/portrait/res/portrait.xml index b7e79e9e9..8d21777db 100644 --- a/gui/devices/portrait/res/portrait.xml +++ b/gui/devices/portrait/res/portrait.xml @@ -2653,8 +2653,8 @@ - Terminal Command - terminalfolder + Terminal Emulator + terminalcommand @@ -3450,7 +3450,7 @@ - + - - + + + - + + + + + + + + + + + + + + + + + + + + + + + main @@ -3529,7 +3552,7 @@ - terminalfolder + advanced 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 @@ + + + + + +