From 28f0a92bb2604f8a6d27f7d5501fc2b652bcd13c Mon Sep 17 00:00:00 2001 From: z31s1g Date: Sat, 7 Nov 2015 18:50:22 +0100 Subject: gui: stock theme rework Tries to combine the current theme with a touch of material. Page structure is untouched for the most part. Layout grid is changed to achieve a "less random" placement of objects on a page. Change-Id: Icaf796be410431b17d5be6ccc1134d40912bef0b --- gui/theme/portrait_hdpi/images/back.png | Bin 0 -> 1124 bytes gui/theme/portrait_hdpi/images/backspace.png | Bin 0 -> 912 bytes gui/theme/portrait_hdpi/images/checkbox_false.png | Bin 0 -> 396 bytes gui/theme/portrait_hdpi/images/checkbox_true.png | Bin 0 -> 614 bytes gui/theme/portrait_hdpi/images/console.png | Bin 0 -> 627 bytes gui/theme/portrait_hdpi/images/cursor.png | Bin 0 -> 1292 bytes gui/theme/portrait_hdpi/images/curtain.jpg | Bin 0 -> 52988 bytes gui/theme/portrait_hdpi/images/enter.png | Bin 0 -> 1114 bytes .../portrait_hdpi/images/fab_selectfolder.png | Bin 0 -> 1477 bytes gui/theme/portrait_hdpi/images/file.png | Bin 0 -> 502 bytes gui/theme/portrait_hdpi/images/folder.png | Bin 0 -> 419 bytes gui/theme/portrait_hdpi/images/handle.png | Bin 0 -> 538 bytes gui/theme/portrait_hdpi/images/home.png | Bin 0 -> 1018 bytes .../portrait_hdpi/images/indeterminate001.png | Bin 0 -> 481 bytes .../portrait_hdpi/images/indeterminate002.png | Bin 0 -> 937 bytes .../portrait_hdpi/images/indeterminate003.png | Bin 0 -> 941 bytes .../portrait_hdpi/images/indeterminate004.png | Bin 0 -> 593 bytes .../portrait_hdpi/images/indeterminate005.png | Bin 0 -> 594 bytes .../portrait_hdpi/images/indeterminate006.png | Bin 0 -> 594 bytes .../portrait_hdpi/images/indeterminate007.png | Bin 0 -> 592 bytes .../portrait_hdpi/images/indeterminate008.png | Bin 0 -> 594 bytes .../portrait_hdpi/images/indeterminate009.png | Bin 0 -> 593 bytes .../portrait_hdpi/images/indeterminate010.png | Bin 0 -> 593 bytes .../portrait_hdpi/images/indeterminate011.png | Bin 0 -> 1206 bytes .../portrait_hdpi/images/indeterminate012.png | Bin 0 -> 1209 bytes gui/theme/portrait_hdpi/images/logo.png | Bin 0 -> 2642 bytes gui/theme/portrait_hdpi/images/main_button.png | Bin 0 -> 1643 bytes .../images/main_button_half_height.png | Bin 0 -> 1177 bytes .../images/main_button_half_height_full_width.png | Bin 0 -> 1639 bytes gui/theme/portrait_hdpi/images/progress_empty.png | Bin 0 -> 1212 bytes gui/theme/portrait_hdpi/images/progress_fill.png | Bin 0 -> 773 bytes gui/theme/portrait_hdpi/images/radio_false.png | Bin 0 -> 1224 bytes gui/theme/portrait_hdpi/images/radio_true.png | Bin 0 -> 1565 bytes gui/theme/portrait_hdpi/images/shift.png | Bin 0 -> 1304 bytes gui/theme/portrait_hdpi/images/shift_fill.png | Bin 0 -> 988 bytes gui/theme/portrait_hdpi/images/slider.png | Bin 0 -> 1742 bytes gui/theme/portrait_hdpi/images/slider_touch.png | Bin 0 -> 2836 bytes gui/theme/portrait_hdpi/images/slider_used.png | Bin 0 -> 1732 bytes gui/theme/portrait_hdpi/images/sort_asc.png | Bin 0 -> 817 bytes gui/theme/portrait_hdpi/images/sort_desc.png | Bin 0 -> 787 bytes gui/theme/portrait_hdpi/images/sort_empty.png | Bin 0 -> 459 bytes gui/theme/portrait_hdpi/images/space.png | Bin 0 -> 881 bytes gui/theme/portrait_hdpi/images/tab_3.png | Bin 0 -> 697 bytes gui/theme/portrait_hdpi/images/tab_4.png | Bin 0 -> 640 bytes gui/theme/portrait_hdpi/images/unlock_icon.png | Bin 0 -> 5428 bytes gui/theme/portrait_hdpi/ui.xml | 575 +++++++++++++++++++++ 46 files changed, 575 insertions(+) create mode 100644 gui/theme/portrait_hdpi/images/back.png create mode 100644 gui/theme/portrait_hdpi/images/backspace.png create mode 100644 gui/theme/portrait_hdpi/images/checkbox_false.png create mode 100644 gui/theme/portrait_hdpi/images/checkbox_true.png create mode 100644 gui/theme/portrait_hdpi/images/console.png create mode 100644 gui/theme/portrait_hdpi/images/cursor.png create mode 100644 gui/theme/portrait_hdpi/images/curtain.jpg create mode 100644 gui/theme/portrait_hdpi/images/enter.png create mode 100644 gui/theme/portrait_hdpi/images/fab_selectfolder.png create mode 100644 gui/theme/portrait_hdpi/images/file.png create mode 100644 gui/theme/portrait_hdpi/images/folder.png create mode 100644 gui/theme/portrait_hdpi/images/handle.png create mode 100644 gui/theme/portrait_hdpi/images/home.png create mode 100644 gui/theme/portrait_hdpi/images/indeterminate001.png create mode 100644 gui/theme/portrait_hdpi/images/indeterminate002.png create mode 100644 gui/theme/portrait_hdpi/images/indeterminate003.png create mode 100644 gui/theme/portrait_hdpi/images/indeterminate004.png create mode 100644 gui/theme/portrait_hdpi/images/indeterminate005.png create mode 100644 gui/theme/portrait_hdpi/images/indeterminate006.png create mode 100644 gui/theme/portrait_hdpi/images/indeterminate007.png create mode 100644 gui/theme/portrait_hdpi/images/indeterminate008.png create mode 100644 gui/theme/portrait_hdpi/images/indeterminate009.png create mode 100644 gui/theme/portrait_hdpi/images/indeterminate010.png create mode 100644 gui/theme/portrait_hdpi/images/indeterminate011.png create mode 100644 gui/theme/portrait_hdpi/images/indeterminate012.png create mode 100644 gui/theme/portrait_hdpi/images/logo.png create mode 100644 gui/theme/portrait_hdpi/images/main_button.png create mode 100644 gui/theme/portrait_hdpi/images/main_button_half_height.png create mode 100644 gui/theme/portrait_hdpi/images/main_button_half_height_full_width.png create mode 100644 gui/theme/portrait_hdpi/images/progress_empty.png create mode 100644 gui/theme/portrait_hdpi/images/progress_fill.png create mode 100644 gui/theme/portrait_hdpi/images/radio_false.png create mode 100644 gui/theme/portrait_hdpi/images/radio_true.png create mode 100644 gui/theme/portrait_hdpi/images/shift.png create mode 100644 gui/theme/portrait_hdpi/images/shift_fill.png create mode 100644 gui/theme/portrait_hdpi/images/slider.png create mode 100644 gui/theme/portrait_hdpi/images/slider_touch.png create mode 100644 gui/theme/portrait_hdpi/images/slider_used.png create mode 100644 gui/theme/portrait_hdpi/images/sort_asc.png create mode 100644 gui/theme/portrait_hdpi/images/sort_desc.png create mode 100644 gui/theme/portrait_hdpi/images/sort_empty.png create mode 100644 gui/theme/portrait_hdpi/images/space.png create mode 100644 gui/theme/portrait_hdpi/images/tab_3.png create mode 100644 gui/theme/portrait_hdpi/images/tab_4.png create mode 100644 gui/theme/portrait_hdpi/images/unlock_icon.png create mode 100644 gui/theme/portrait_hdpi/ui.xml (limited to 'gui/theme/portrait_hdpi') diff --git a/gui/theme/portrait_hdpi/images/back.png b/gui/theme/portrait_hdpi/images/back.png new file mode 100644 index 000000000..56c665105 Binary files /dev/null and b/gui/theme/portrait_hdpi/images/back.png differ diff --git a/gui/theme/portrait_hdpi/images/backspace.png b/gui/theme/portrait_hdpi/images/backspace.png new file mode 100644 index 000000000..7da7830a8 Binary files /dev/null and b/gui/theme/portrait_hdpi/images/backspace.png differ diff --git a/gui/theme/portrait_hdpi/images/checkbox_false.png b/gui/theme/portrait_hdpi/images/checkbox_false.png new file mode 100644 index 000000000..054b6c81f Binary files /dev/null and b/gui/theme/portrait_hdpi/images/checkbox_false.png differ diff --git a/gui/theme/portrait_hdpi/images/checkbox_true.png b/gui/theme/portrait_hdpi/images/checkbox_true.png new file mode 100644 index 000000000..1f93db6ee Binary files /dev/null and b/gui/theme/portrait_hdpi/images/checkbox_true.png differ diff --git a/gui/theme/portrait_hdpi/images/console.png b/gui/theme/portrait_hdpi/images/console.png new file mode 100644 index 000000000..4cf908556 Binary files /dev/null and b/gui/theme/portrait_hdpi/images/console.png differ diff --git a/gui/theme/portrait_hdpi/images/cursor.png b/gui/theme/portrait_hdpi/images/cursor.png new file mode 100644 index 000000000..e4897a30d Binary files /dev/null and b/gui/theme/portrait_hdpi/images/cursor.png differ diff --git a/gui/theme/portrait_hdpi/images/curtain.jpg b/gui/theme/portrait_hdpi/images/curtain.jpg new file mode 100644 index 000000000..fd0ea31ef Binary files /dev/null and b/gui/theme/portrait_hdpi/images/curtain.jpg differ diff --git a/gui/theme/portrait_hdpi/images/enter.png b/gui/theme/portrait_hdpi/images/enter.png new file mode 100644 index 000000000..545a7e14f Binary files /dev/null and b/gui/theme/portrait_hdpi/images/enter.png differ diff --git a/gui/theme/portrait_hdpi/images/fab_selectfolder.png b/gui/theme/portrait_hdpi/images/fab_selectfolder.png new file mode 100644 index 000000000..3a6593079 Binary files /dev/null and b/gui/theme/portrait_hdpi/images/fab_selectfolder.png differ diff --git a/gui/theme/portrait_hdpi/images/file.png b/gui/theme/portrait_hdpi/images/file.png new file mode 100644 index 000000000..bf7a17331 Binary files /dev/null and b/gui/theme/portrait_hdpi/images/file.png differ diff --git a/gui/theme/portrait_hdpi/images/folder.png b/gui/theme/portrait_hdpi/images/folder.png new file mode 100644 index 000000000..b5f72524f Binary files /dev/null and b/gui/theme/portrait_hdpi/images/folder.png differ diff --git a/gui/theme/portrait_hdpi/images/handle.png b/gui/theme/portrait_hdpi/images/handle.png new file mode 100644 index 000000000..689b5b411 Binary files /dev/null and b/gui/theme/portrait_hdpi/images/handle.png differ diff --git a/gui/theme/portrait_hdpi/images/home.png b/gui/theme/portrait_hdpi/images/home.png new file mode 100644 index 000000000..1144fb594 Binary files /dev/null and b/gui/theme/portrait_hdpi/images/home.png differ diff --git a/gui/theme/portrait_hdpi/images/indeterminate001.png b/gui/theme/portrait_hdpi/images/indeterminate001.png new file mode 100644 index 000000000..cf7faeee9 Binary files /dev/null and b/gui/theme/portrait_hdpi/images/indeterminate001.png differ diff --git a/gui/theme/portrait_hdpi/images/indeterminate002.png b/gui/theme/portrait_hdpi/images/indeterminate002.png new file mode 100644 index 000000000..3cb4917b9 Binary files /dev/null and b/gui/theme/portrait_hdpi/images/indeterminate002.png differ diff --git a/gui/theme/portrait_hdpi/images/indeterminate003.png b/gui/theme/portrait_hdpi/images/indeterminate003.png new file mode 100644 index 000000000..0894afc26 Binary files /dev/null and b/gui/theme/portrait_hdpi/images/indeterminate003.png differ diff --git a/gui/theme/portrait_hdpi/images/indeterminate004.png b/gui/theme/portrait_hdpi/images/indeterminate004.png new file mode 100644 index 000000000..7b6fb0b2e Binary files /dev/null and b/gui/theme/portrait_hdpi/images/indeterminate004.png differ diff --git a/gui/theme/portrait_hdpi/images/indeterminate005.png b/gui/theme/portrait_hdpi/images/indeterminate005.png new file mode 100644 index 000000000..23d90ea54 Binary files /dev/null and b/gui/theme/portrait_hdpi/images/indeterminate005.png differ diff --git a/gui/theme/portrait_hdpi/images/indeterminate006.png b/gui/theme/portrait_hdpi/images/indeterminate006.png new file mode 100644 index 000000000..c84c73685 Binary files /dev/null and b/gui/theme/portrait_hdpi/images/indeterminate006.png differ diff --git a/gui/theme/portrait_hdpi/images/indeterminate007.png b/gui/theme/portrait_hdpi/images/indeterminate007.png new file mode 100644 index 000000000..9e2266364 Binary files /dev/null and b/gui/theme/portrait_hdpi/images/indeterminate007.png differ diff --git a/gui/theme/portrait_hdpi/images/indeterminate008.png b/gui/theme/portrait_hdpi/images/indeterminate008.png new file mode 100644 index 000000000..0ebfb81c9 Binary files /dev/null and b/gui/theme/portrait_hdpi/images/indeterminate008.png differ diff --git a/gui/theme/portrait_hdpi/images/indeterminate009.png b/gui/theme/portrait_hdpi/images/indeterminate009.png new file mode 100644 index 000000000..d3c9110da Binary files /dev/null and b/gui/theme/portrait_hdpi/images/indeterminate009.png differ diff --git a/gui/theme/portrait_hdpi/images/indeterminate010.png b/gui/theme/portrait_hdpi/images/indeterminate010.png new file mode 100644 index 000000000..7b84668bd Binary files /dev/null and b/gui/theme/portrait_hdpi/images/indeterminate010.png differ diff --git a/gui/theme/portrait_hdpi/images/indeterminate011.png b/gui/theme/portrait_hdpi/images/indeterminate011.png new file mode 100644 index 000000000..83e76b72d Binary files /dev/null and b/gui/theme/portrait_hdpi/images/indeterminate011.png differ diff --git a/gui/theme/portrait_hdpi/images/indeterminate012.png b/gui/theme/portrait_hdpi/images/indeterminate012.png new file mode 100644 index 000000000..c6e50f828 Binary files /dev/null and b/gui/theme/portrait_hdpi/images/indeterminate012.png differ diff --git a/gui/theme/portrait_hdpi/images/logo.png b/gui/theme/portrait_hdpi/images/logo.png new file mode 100644 index 000000000..d53af03f5 Binary files /dev/null and b/gui/theme/portrait_hdpi/images/logo.png differ diff --git a/gui/theme/portrait_hdpi/images/main_button.png b/gui/theme/portrait_hdpi/images/main_button.png new file mode 100644 index 000000000..b0625aef9 Binary files /dev/null and b/gui/theme/portrait_hdpi/images/main_button.png differ diff --git a/gui/theme/portrait_hdpi/images/main_button_half_height.png b/gui/theme/portrait_hdpi/images/main_button_half_height.png new file mode 100644 index 000000000..53a235a3b Binary files /dev/null and b/gui/theme/portrait_hdpi/images/main_button_half_height.png differ diff --git a/gui/theme/portrait_hdpi/images/main_button_half_height_full_width.png b/gui/theme/portrait_hdpi/images/main_button_half_height_full_width.png new file mode 100644 index 000000000..9c791efc2 Binary files /dev/null and b/gui/theme/portrait_hdpi/images/main_button_half_height_full_width.png differ diff --git a/gui/theme/portrait_hdpi/images/progress_empty.png b/gui/theme/portrait_hdpi/images/progress_empty.png new file mode 100644 index 000000000..44fb5d50d Binary files /dev/null and b/gui/theme/portrait_hdpi/images/progress_empty.png differ diff --git a/gui/theme/portrait_hdpi/images/progress_fill.png b/gui/theme/portrait_hdpi/images/progress_fill.png new file mode 100644 index 000000000..f59be1955 Binary files /dev/null and b/gui/theme/portrait_hdpi/images/progress_fill.png differ diff --git a/gui/theme/portrait_hdpi/images/radio_false.png b/gui/theme/portrait_hdpi/images/radio_false.png new file mode 100644 index 000000000..3d7731fb6 Binary files /dev/null and b/gui/theme/portrait_hdpi/images/radio_false.png differ diff --git a/gui/theme/portrait_hdpi/images/radio_true.png b/gui/theme/portrait_hdpi/images/radio_true.png new file mode 100644 index 000000000..d95d4c67e Binary files /dev/null and b/gui/theme/portrait_hdpi/images/radio_true.png differ diff --git a/gui/theme/portrait_hdpi/images/shift.png b/gui/theme/portrait_hdpi/images/shift.png new file mode 100644 index 000000000..66652bfaa Binary files /dev/null and b/gui/theme/portrait_hdpi/images/shift.png differ diff --git a/gui/theme/portrait_hdpi/images/shift_fill.png b/gui/theme/portrait_hdpi/images/shift_fill.png new file mode 100644 index 000000000..784e5a517 Binary files /dev/null and b/gui/theme/portrait_hdpi/images/shift_fill.png differ diff --git a/gui/theme/portrait_hdpi/images/slider.png b/gui/theme/portrait_hdpi/images/slider.png new file mode 100644 index 000000000..7245bc2ff Binary files /dev/null and b/gui/theme/portrait_hdpi/images/slider.png differ diff --git a/gui/theme/portrait_hdpi/images/slider_touch.png b/gui/theme/portrait_hdpi/images/slider_touch.png new file mode 100644 index 000000000..b777aa982 Binary files /dev/null and b/gui/theme/portrait_hdpi/images/slider_touch.png differ diff --git a/gui/theme/portrait_hdpi/images/slider_used.png b/gui/theme/portrait_hdpi/images/slider_used.png new file mode 100644 index 000000000..a5f242df1 Binary files /dev/null and b/gui/theme/portrait_hdpi/images/slider_used.png differ diff --git a/gui/theme/portrait_hdpi/images/sort_asc.png b/gui/theme/portrait_hdpi/images/sort_asc.png new file mode 100644 index 000000000..37a58176c Binary files /dev/null and b/gui/theme/portrait_hdpi/images/sort_asc.png differ diff --git a/gui/theme/portrait_hdpi/images/sort_desc.png b/gui/theme/portrait_hdpi/images/sort_desc.png new file mode 100644 index 000000000..1b966c806 Binary files /dev/null and b/gui/theme/portrait_hdpi/images/sort_desc.png differ diff --git a/gui/theme/portrait_hdpi/images/sort_empty.png b/gui/theme/portrait_hdpi/images/sort_empty.png new file mode 100644 index 000000000..e64e36704 Binary files /dev/null and b/gui/theme/portrait_hdpi/images/sort_empty.png differ diff --git a/gui/theme/portrait_hdpi/images/space.png b/gui/theme/portrait_hdpi/images/space.png new file mode 100644 index 000000000..d7efa20ff Binary files /dev/null and b/gui/theme/portrait_hdpi/images/space.png differ diff --git a/gui/theme/portrait_hdpi/images/tab_3.png b/gui/theme/portrait_hdpi/images/tab_3.png new file mode 100644 index 000000000..92164cd2a Binary files /dev/null and b/gui/theme/portrait_hdpi/images/tab_3.png differ diff --git a/gui/theme/portrait_hdpi/images/tab_4.png b/gui/theme/portrait_hdpi/images/tab_4.png new file mode 100644 index 000000000..e9caa74a0 Binary files /dev/null and b/gui/theme/portrait_hdpi/images/tab_4.png differ diff --git a/gui/theme/portrait_hdpi/images/unlock_icon.png b/gui/theme/portrait_hdpi/images/unlock_icon.png new file mode 100644 index 000000000..d4c639452 Binary files /dev/null and b/gui/theme/portrait_hdpi/images/unlock_icon.png differ diff --git a/gui/theme/portrait_hdpi/ui.xml b/gui/theme/portrait_hdpi/ui.xml new file mode 100644 index 000000000..f8e1181f5 --- /dev/null +++ b/gui/theme/portrait_hdpi/ui.xml @@ -0,0 +1,575 @@ + + + +
+ + TeamWin + Backup Naowz + Default basic theme + preview.jpg +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
-- cgit v1.2.3