From a0bb94b70f93e23fefac4e5e89ad77ae47ae65ff Mon Sep 17 00:00:00 2001 From: millo1978 Date: Mon, 22 Dec 2014 01:27:42 +0100 Subject: Trebuchet Landscape: Fix Layout for sw360dp devices. 1280x720, xhdpi devices (for example i9300). * Resized THEMES.png: same size of "Widget" and "Wallpapers" images (85x85). * Resized Workspace * Resized dynamic grid screen * Resized settings transitions Change-Id: I0d4be693632dfdae5b6d0c70e7195e5322149e18 --- res/drawable-xhdpi/ic_themes.png | Bin 56644 -> 5021 bytes res/drawable-xhdpi/ic_themes_pressed.png | Bin 56644 -> 5882 bytes .../dynamic_grid_size_screen.xml | 53 ++++++++++ res/layout-sw360dp-land/settings_pane.xml | 109 +++++++++++++++++++++ .../settings_transitions_screen.xml | 68 +++++++++++++ res/values-sw360dp-land/dimens.xml | 31 ++++++ 6 files changed, 261 insertions(+) create mode 100644 res/layout-sw360dp-land/dynamic_grid_size_screen.xml create mode 100644 res/layout-sw360dp-land/settings_pane.xml create mode 100644 res/layout-sw360dp-land/settings_transitions_screen.xml create mode 100644 res/values-sw360dp-land/dimens.xml diff --git a/res/drawable-xhdpi/ic_themes.png b/res/drawable-xhdpi/ic_themes.png index 550e5d09b..f2a95aacf 100644 Binary files a/res/drawable-xhdpi/ic_themes.png and b/res/drawable-xhdpi/ic_themes.png differ diff --git a/res/drawable-xhdpi/ic_themes_pressed.png b/res/drawable-xhdpi/ic_themes_pressed.png index 49653566a..05224fbda 100644 Binary files a/res/drawable-xhdpi/ic_themes_pressed.png and b/res/drawable-xhdpi/ic_themes_pressed.png differ diff --git a/res/layout-sw360dp-land/dynamic_grid_size_screen.xml b/res/layout-sw360dp-land/dynamic_grid_size_screen.xml new file mode 100644 index 000000000..0a021f78a --- /dev/null +++ b/res/layout-sw360dp-land/dynamic_grid_size_screen.xml @@ -0,0 +1,53 @@ + + + + + + + + + + + + + diff --git a/res/layout-sw360dp-land/settings_pane.xml b/res/layout-sw360dp-land/settings_pane.xml new file mode 100644 index 000000000..31385999e --- /dev/null +++ b/res/layout-sw360dp-land/settings_pane.xml @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/layout-sw360dp-land/settings_transitions_screen.xml b/res/layout-sw360dp-land/settings_transitions_screen.xml new file mode 100644 index 000000000..1a002ba84 --- /dev/null +++ b/res/layout-sw360dp-land/settings_transitions_screen.xml @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + diff --git a/res/values-sw360dp-land/dimens.xml b/res/values-sw360dp-land/dimens.xml new file mode 100644 index 000000000..07ea72c0a --- /dev/null +++ b/res/values-sw360dp-land/dimens.xml @@ -0,0 +1,31 @@ + + + + + + + 120dp + + 20dp + + 10dp + + 30dp + + 25dp + + 40dp + -- cgit v1.2.3