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/landscape_hdpi/images/back.png | Bin 0 -> 759 bytes gui/theme/landscape_hdpi/images/backspace.png | Bin 0 -> 983 bytes gui/theme/landscape_hdpi/images/checkbox_false.png | Bin 0 -> 358 bytes gui/theme/landscape_hdpi/images/checkbox_true.png | Bin 0 -> 541 bytes gui/theme/landscape_hdpi/images/console.png | Bin 0 -> 431 bytes gui/theme/landscape_hdpi/images/cursor.png | Bin 0 -> 1292 bytes gui/theme/landscape_hdpi/images/curtain.jpg | Bin 0 -> 133833 bytes gui/theme/landscape_hdpi/images/enter.png | Bin 0 -> 1175 bytes gui/theme/landscape_hdpi/images/file.png | Bin 0 -> 441 bytes gui/theme/landscape_hdpi/images/folder.png | Bin 0 -> 378 bytes gui/theme/landscape_hdpi/images/handle.png | Bin 0 -> 533 bytes gui/theme/landscape_hdpi/images/home.png | Bin 0 -> 816 bytes .../landscape_hdpi/images/indeterminate001.png | Bin 0 -> 472 bytes .../landscape_hdpi/images/indeterminate002.png | Bin 0 -> 733 bytes .../landscape_hdpi/images/indeterminate003.png | Bin 0 -> 736 bytes .../landscape_hdpi/images/indeterminate004.png | Bin 0 -> 403 bytes .../landscape_hdpi/images/indeterminate005.png | Bin 0 -> 398 bytes .../landscape_hdpi/images/indeterminate006.png | Bin 0 -> 400 bytes .../landscape_hdpi/images/indeterminate007.png | Bin 0 -> 398 bytes .../landscape_hdpi/images/indeterminate008.png | Bin 0 -> 400 bytes .../landscape_hdpi/images/indeterminate009.png | Bin 0 -> 398 bytes .../landscape_hdpi/images/indeterminate010.png | Bin 0 -> 440 bytes .../landscape_hdpi/images/indeterminate011.png | Bin 0 -> 1017 bytes .../landscape_hdpi/images/indeterminate012.png | Bin 0 -> 987 bytes gui/theme/landscape_hdpi/images/logo.png | Bin 0 -> 2220 bytes gui/theme/landscape_hdpi/images/main_button.png | Bin 0 -> 1801 bytes .../images/main_button_half_width.png | Bin 0 -> 1395 bytes .../images/main_button_half_width_low.png | Bin 0 -> 1086 bytes gui/theme/landscape_hdpi/images/progress_empty.png | Bin 0 -> 1263 bytes gui/theme/landscape_hdpi/images/progress_fill.png | Bin 0 -> 920 bytes gui/theme/landscape_hdpi/images/radio_false.png | Bin 0 -> 1360 bytes gui/theme/landscape_hdpi/images/radio_true.png | Bin 0 -> 1320 bytes gui/theme/landscape_hdpi/images/shift.png | Bin 0 -> 1347 bytes gui/theme/landscape_hdpi/images/shift_fill.png | Bin 0 -> 1059 bytes gui/theme/landscape_hdpi/images/slider.png | Bin 0 -> 1837 bytes gui/theme/landscape_hdpi/images/slider_touch.png | Bin 0 -> 2628 bytes gui/theme/landscape_hdpi/images/slider_used.png | Bin 0 -> 1880 bytes gui/theme/landscape_hdpi/images/sort_asc.png | Bin 0 -> 1012 bytes gui/theme/landscape_hdpi/images/sort_desc.png | Bin 0 -> 973 bytes gui/theme/landscape_hdpi/images/sort_empty.png | Bin 0 -> 553 bytes gui/theme/landscape_hdpi/images/space.png | Bin 0 -> 1192 bytes gui/theme/landscape_hdpi/images/tab_3.png | Bin 0 -> 584 bytes gui/theme/landscape_hdpi/images/tab_4.png | Bin 0 -> 558 bytes gui/theme/landscape_hdpi/images/unlock_icon.png | Bin 0 -> 5428 bytes gui/theme/landscape_hdpi/ui.xml | 635 +++++++++++++++++++++ 45 files changed, 635 insertions(+) create mode 100644 gui/theme/landscape_hdpi/images/back.png create mode 100644 gui/theme/landscape_hdpi/images/backspace.png create mode 100644 gui/theme/landscape_hdpi/images/checkbox_false.png create mode 100644 gui/theme/landscape_hdpi/images/checkbox_true.png create mode 100644 gui/theme/landscape_hdpi/images/console.png create mode 100644 gui/theme/landscape_hdpi/images/cursor.png create mode 100644 gui/theme/landscape_hdpi/images/curtain.jpg create mode 100644 gui/theme/landscape_hdpi/images/enter.png create mode 100644 gui/theme/landscape_hdpi/images/file.png create mode 100644 gui/theme/landscape_hdpi/images/folder.png create mode 100644 gui/theme/landscape_hdpi/images/handle.png create mode 100644 gui/theme/landscape_hdpi/images/home.png create mode 100644 gui/theme/landscape_hdpi/images/indeterminate001.png create mode 100644 gui/theme/landscape_hdpi/images/indeterminate002.png create mode 100644 gui/theme/landscape_hdpi/images/indeterminate003.png create mode 100644 gui/theme/landscape_hdpi/images/indeterminate004.png create mode 100644 gui/theme/landscape_hdpi/images/indeterminate005.png create mode 100644 gui/theme/landscape_hdpi/images/indeterminate006.png create mode 100644 gui/theme/landscape_hdpi/images/indeterminate007.png create mode 100644 gui/theme/landscape_hdpi/images/indeterminate008.png create mode 100644 gui/theme/landscape_hdpi/images/indeterminate009.png create mode 100644 gui/theme/landscape_hdpi/images/indeterminate010.png create mode 100644 gui/theme/landscape_hdpi/images/indeterminate011.png create mode 100644 gui/theme/landscape_hdpi/images/indeterminate012.png create mode 100644 gui/theme/landscape_hdpi/images/logo.png create mode 100644 gui/theme/landscape_hdpi/images/main_button.png create mode 100644 gui/theme/landscape_hdpi/images/main_button_half_width.png create mode 100644 gui/theme/landscape_hdpi/images/main_button_half_width_low.png create mode 100644 gui/theme/landscape_hdpi/images/progress_empty.png create mode 100644 gui/theme/landscape_hdpi/images/progress_fill.png create mode 100644 gui/theme/landscape_hdpi/images/radio_false.png create mode 100644 gui/theme/landscape_hdpi/images/radio_true.png create mode 100644 gui/theme/landscape_hdpi/images/shift.png create mode 100644 gui/theme/landscape_hdpi/images/shift_fill.png create mode 100644 gui/theme/landscape_hdpi/images/slider.png create mode 100644 gui/theme/landscape_hdpi/images/slider_touch.png create mode 100644 gui/theme/landscape_hdpi/images/slider_used.png create mode 100644 gui/theme/landscape_hdpi/images/sort_asc.png create mode 100644 gui/theme/landscape_hdpi/images/sort_desc.png create mode 100644 gui/theme/landscape_hdpi/images/sort_empty.png create mode 100644 gui/theme/landscape_hdpi/images/space.png create mode 100644 gui/theme/landscape_hdpi/images/tab_3.png create mode 100644 gui/theme/landscape_hdpi/images/tab_4.png create mode 100644 gui/theme/landscape_hdpi/images/unlock_icon.png create mode 100644 gui/theme/landscape_hdpi/ui.xml (limited to 'gui/theme/landscape_hdpi') diff --git a/gui/theme/landscape_hdpi/images/back.png b/gui/theme/landscape_hdpi/images/back.png new file mode 100644 index 000000000..97c41f1f1 Binary files /dev/null and b/gui/theme/landscape_hdpi/images/back.png differ diff --git a/gui/theme/landscape_hdpi/images/backspace.png b/gui/theme/landscape_hdpi/images/backspace.png new file mode 100644 index 000000000..543e33838 Binary files /dev/null and b/gui/theme/landscape_hdpi/images/backspace.png differ diff --git a/gui/theme/landscape_hdpi/images/checkbox_false.png b/gui/theme/landscape_hdpi/images/checkbox_false.png new file mode 100644 index 000000000..5304a15a9 Binary files /dev/null and b/gui/theme/landscape_hdpi/images/checkbox_false.png differ diff --git a/gui/theme/landscape_hdpi/images/checkbox_true.png b/gui/theme/landscape_hdpi/images/checkbox_true.png new file mode 100644 index 000000000..18e817c6e Binary files /dev/null and b/gui/theme/landscape_hdpi/images/checkbox_true.png differ diff --git a/gui/theme/landscape_hdpi/images/console.png b/gui/theme/landscape_hdpi/images/console.png new file mode 100644 index 000000000..8b1201b89 Binary files /dev/null and b/gui/theme/landscape_hdpi/images/console.png differ diff --git a/gui/theme/landscape_hdpi/images/cursor.png b/gui/theme/landscape_hdpi/images/cursor.png new file mode 100644 index 000000000..e4897a30d Binary files /dev/null and b/gui/theme/landscape_hdpi/images/cursor.png differ diff --git a/gui/theme/landscape_hdpi/images/curtain.jpg b/gui/theme/landscape_hdpi/images/curtain.jpg new file mode 100644 index 000000000..51ea6a571 Binary files /dev/null and b/gui/theme/landscape_hdpi/images/curtain.jpg differ diff --git a/gui/theme/landscape_hdpi/images/enter.png b/gui/theme/landscape_hdpi/images/enter.png new file mode 100644 index 000000000..a7ceda84b Binary files /dev/null and b/gui/theme/landscape_hdpi/images/enter.png differ diff --git a/gui/theme/landscape_hdpi/images/file.png b/gui/theme/landscape_hdpi/images/file.png new file mode 100644 index 000000000..a4ddd3f63 Binary files /dev/null and b/gui/theme/landscape_hdpi/images/file.png differ diff --git a/gui/theme/landscape_hdpi/images/folder.png b/gui/theme/landscape_hdpi/images/folder.png new file mode 100644 index 000000000..c957c84f7 Binary files /dev/null and b/gui/theme/landscape_hdpi/images/folder.png differ diff --git a/gui/theme/landscape_hdpi/images/handle.png b/gui/theme/landscape_hdpi/images/handle.png new file mode 100644 index 000000000..06f2d0a55 Binary files /dev/null and b/gui/theme/landscape_hdpi/images/handle.png differ diff --git a/gui/theme/landscape_hdpi/images/home.png b/gui/theme/landscape_hdpi/images/home.png new file mode 100644 index 000000000..6e212c7e6 Binary files /dev/null and b/gui/theme/landscape_hdpi/images/home.png differ diff --git a/gui/theme/landscape_hdpi/images/indeterminate001.png b/gui/theme/landscape_hdpi/images/indeterminate001.png new file mode 100644 index 000000000..51d2b76dd Binary files /dev/null and b/gui/theme/landscape_hdpi/images/indeterminate001.png differ diff --git a/gui/theme/landscape_hdpi/images/indeterminate002.png b/gui/theme/landscape_hdpi/images/indeterminate002.png new file mode 100644 index 000000000..883c82dbb Binary files /dev/null and b/gui/theme/landscape_hdpi/images/indeterminate002.png differ diff --git a/gui/theme/landscape_hdpi/images/indeterminate003.png b/gui/theme/landscape_hdpi/images/indeterminate003.png new file mode 100644 index 000000000..aeb447f4c Binary files /dev/null and b/gui/theme/landscape_hdpi/images/indeterminate003.png differ diff --git a/gui/theme/landscape_hdpi/images/indeterminate004.png b/gui/theme/landscape_hdpi/images/indeterminate004.png new file mode 100644 index 000000000..3e24d32a4 Binary files /dev/null and b/gui/theme/landscape_hdpi/images/indeterminate004.png differ diff --git a/gui/theme/landscape_hdpi/images/indeterminate005.png b/gui/theme/landscape_hdpi/images/indeterminate005.png new file mode 100644 index 000000000..bf64470c1 Binary files /dev/null and b/gui/theme/landscape_hdpi/images/indeterminate005.png differ diff --git a/gui/theme/landscape_hdpi/images/indeterminate006.png b/gui/theme/landscape_hdpi/images/indeterminate006.png new file mode 100644 index 000000000..90a8257d7 Binary files /dev/null and b/gui/theme/landscape_hdpi/images/indeterminate006.png differ diff --git a/gui/theme/landscape_hdpi/images/indeterminate007.png b/gui/theme/landscape_hdpi/images/indeterminate007.png new file mode 100644 index 000000000..03d553f5f Binary files /dev/null and b/gui/theme/landscape_hdpi/images/indeterminate007.png differ diff --git a/gui/theme/landscape_hdpi/images/indeterminate008.png b/gui/theme/landscape_hdpi/images/indeterminate008.png new file mode 100644 index 000000000..78747f122 Binary files /dev/null and b/gui/theme/landscape_hdpi/images/indeterminate008.png differ diff --git a/gui/theme/landscape_hdpi/images/indeterminate009.png b/gui/theme/landscape_hdpi/images/indeterminate009.png new file mode 100644 index 000000000..d3ba38755 Binary files /dev/null and b/gui/theme/landscape_hdpi/images/indeterminate009.png differ diff --git a/gui/theme/landscape_hdpi/images/indeterminate010.png b/gui/theme/landscape_hdpi/images/indeterminate010.png new file mode 100644 index 000000000..23423514d Binary files /dev/null and b/gui/theme/landscape_hdpi/images/indeterminate010.png differ diff --git a/gui/theme/landscape_hdpi/images/indeterminate011.png b/gui/theme/landscape_hdpi/images/indeterminate011.png new file mode 100644 index 000000000..7c2811460 Binary files /dev/null and b/gui/theme/landscape_hdpi/images/indeterminate011.png differ diff --git a/gui/theme/landscape_hdpi/images/indeterminate012.png b/gui/theme/landscape_hdpi/images/indeterminate012.png new file mode 100644 index 000000000..f323808f2 Binary files /dev/null and b/gui/theme/landscape_hdpi/images/indeterminate012.png differ diff --git a/gui/theme/landscape_hdpi/images/logo.png b/gui/theme/landscape_hdpi/images/logo.png new file mode 100644 index 000000000..4eec11245 Binary files /dev/null and b/gui/theme/landscape_hdpi/images/logo.png differ diff --git a/gui/theme/landscape_hdpi/images/main_button.png b/gui/theme/landscape_hdpi/images/main_button.png new file mode 100644 index 000000000..f95917f1c Binary files /dev/null and b/gui/theme/landscape_hdpi/images/main_button.png differ diff --git a/gui/theme/landscape_hdpi/images/main_button_half_width.png b/gui/theme/landscape_hdpi/images/main_button_half_width.png new file mode 100644 index 000000000..656e846ae Binary files /dev/null and b/gui/theme/landscape_hdpi/images/main_button_half_width.png differ diff --git a/gui/theme/landscape_hdpi/images/main_button_half_width_low.png b/gui/theme/landscape_hdpi/images/main_button_half_width_low.png new file mode 100644 index 000000000..dc445baed Binary files /dev/null and b/gui/theme/landscape_hdpi/images/main_button_half_width_low.png differ diff --git a/gui/theme/landscape_hdpi/images/progress_empty.png b/gui/theme/landscape_hdpi/images/progress_empty.png new file mode 100644 index 000000000..84104a58c Binary files /dev/null and b/gui/theme/landscape_hdpi/images/progress_empty.png differ diff --git a/gui/theme/landscape_hdpi/images/progress_fill.png b/gui/theme/landscape_hdpi/images/progress_fill.png new file mode 100644 index 000000000..5a75ec699 Binary files /dev/null and b/gui/theme/landscape_hdpi/images/progress_fill.png differ diff --git a/gui/theme/landscape_hdpi/images/radio_false.png b/gui/theme/landscape_hdpi/images/radio_false.png new file mode 100644 index 000000000..c03217709 Binary files /dev/null and b/gui/theme/landscape_hdpi/images/radio_false.png differ diff --git a/gui/theme/landscape_hdpi/images/radio_true.png b/gui/theme/landscape_hdpi/images/radio_true.png new file mode 100644 index 000000000..9678c061b Binary files /dev/null and b/gui/theme/landscape_hdpi/images/radio_true.png differ diff --git a/gui/theme/landscape_hdpi/images/shift.png b/gui/theme/landscape_hdpi/images/shift.png new file mode 100644 index 000000000..76ced6f9c Binary files /dev/null and b/gui/theme/landscape_hdpi/images/shift.png differ diff --git a/gui/theme/landscape_hdpi/images/shift_fill.png b/gui/theme/landscape_hdpi/images/shift_fill.png new file mode 100644 index 000000000..827489834 Binary files /dev/null and b/gui/theme/landscape_hdpi/images/shift_fill.png differ diff --git a/gui/theme/landscape_hdpi/images/slider.png b/gui/theme/landscape_hdpi/images/slider.png new file mode 100644 index 000000000..d27af82e6 Binary files /dev/null and b/gui/theme/landscape_hdpi/images/slider.png differ diff --git a/gui/theme/landscape_hdpi/images/slider_touch.png b/gui/theme/landscape_hdpi/images/slider_touch.png new file mode 100644 index 000000000..e02167e56 Binary files /dev/null and b/gui/theme/landscape_hdpi/images/slider_touch.png differ diff --git a/gui/theme/landscape_hdpi/images/slider_used.png b/gui/theme/landscape_hdpi/images/slider_used.png new file mode 100644 index 000000000..f83ec8b54 Binary files /dev/null and b/gui/theme/landscape_hdpi/images/slider_used.png differ diff --git a/gui/theme/landscape_hdpi/images/sort_asc.png b/gui/theme/landscape_hdpi/images/sort_asc.png new file mode 100644 index 000000000..36b99118d Binary files /dev/null and b/gui/theme/landscape_hdpi/images/sort_asc.png differ diff --git a/gui/theme/landscape_hdpi/images/sort_desc.png b/gui/theme/landscape_hdpi/images/sort_desc.png new file mode 100644 index 000000000..527883391 Binary files /dev/null and b/gui/theme/landscape_hdpi/images/sort_desc.png differ diff --git a/gui/theme/landscape_hdpi/images/sort_empty.png b/gui/theme/landscape_hdpi/images/sort_empty.png new file mode 100644 index 000000000..a12f8ac6f Binary files /dev/null and b/gui/theme/landscape_hdpi/images/sort_empty.png differ diff --git a/gui/theme/landscape_hdpi/images/space.png b/gui/theme/landscape_hdpi/images/space.png new file mode 100644 index 000000000..ece810008 Binary files /dev/null and b/gui/theme/landscape_hdpi/images/space.png differ diff --git a/gui/theme/landscape_hdpi/images/tab_3.png b/gui/theme/landscape_hdpi/images/tab_3.png new file mode 100644 index 000000000..c20eb3a68 Binary files /dev/null and b/gui/theme/landscape_hdpi/images/tab_3.png differ diff --git a/gui/theme/landscape_hdpi/images/tab_4.png b/gui/theme/landscape_hdpi/images/tab_4.png new file mode 100644 index 000000000..8c15c8593 Binary files /dev/null and b/gui/theme/landscape_hdpi/images/tab_4.png differ diff --git a/gui/theme/landscape_hdpi/images/unlock_icon.png b/gui/theme/landscape_hdpi/images/unlock_icon.png new file mode 100644 index 000000000..d4c639452 Binary files /dev/null and b/gui/theme/landscape_hdpi/images/unlock_icon.png differ diff --git a/gui/theme/landscape_hdpi/ui.xml b/gui/theme/landscape_hdpi/ui.xml new file mode 100644 index 000000000..ef967f5a7 --- /dev/null +++ b/gui/theme/landscape_hdpi/ui.xml @@ -0,0 +1,635 @@ + + + +
+ + TeamWin + Backup Naowz + Default basic theme + preview.jpg +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
-- cgit v1.2.3