summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2013-12-10 12:32:14 -0800
committerDanesh M <daneshm90@gmail.com>2014-06-06 22:54:22 -0700
commit59a4fa6a7fdc25ffd87de7392119a0089d14155b (patch)
tree3b776da29c49a59f0a8ee118266f56b1b259b6b6 /res
parentcd0377f2d43d25672cafe04bb546db1603af1c89 (diff)
downloadandroid_packages_apps_Trebuchet-59a4fa6a7fdc25ffd87de7392119a0089d14155b.tar.gz
android_packages_apps_Trebuchet-59a4fa6a7fdc25ffd87de7392119a0089d14155b.tar.bz2
android_packages_apps_Trebuchet-59a4fa6a7fdc25ffd87de7392119a0089d14155b.zip
Adjusting grid for tablets and fixing incorrect resources for large tablets.
Change-Id: I4c2a058da934bef14f5be3c53ebda940aeb990ca
Diffstat (limited to 'res')
-rw-r--r--res/drawable-sw720dp-xxhdpi/workspace_bg.9.pngbin0 -> 1126 bytes
-rw-r--r--res/values-land/config.xml2
-rw-r--r--res/values-sw340dp-port/config.xml3
3 files changed, 0 insertions, 5 deletions
diff --git a/res/drawable-sw720dp-xxhdpi/workspace_bg.9.png b/res/drawable-sw720dp-xxhdpi/workspace_bg.9.png
new file mode 100644
index 000000000..efc9b0465
--- /dev/null
+++ b/res/drawable-sw720dp-xxhdpi/workspace_bg.9.png
Binary files differ
diff --git a/res/values-land/config.xml b/res/values-land/config.xml
index 121bb0c14..31115c9cb 100644
--- a/res/values-land/config.xml
+++ b/res/values-land/config.xml
@@ -18,6 +18,4 @@
<!-- Workspace -->
<!-- Whether or not the drop targets drop down as opposed to fade in -->
<bool name="config_useDropTargetDownTransition">false</bool>
- <!-- Whether or not to fade the side pages -->
- <bool name="config_workspaceFadeAdjacentScreens">false</bool>
</resources>
diff --git a/res/values-sw340dp-port/config.xml b/res/values-sw340dp-port/config.xml
index d31ee5969..5f71077c7 100644
--- a/res/values-sw340dp-port/config.xml
+++ b/res/values-sw340dp-port/config.xml
@@ -15,7 +15,4 @@
-->
<resources>
-<!-- Workspace -->
- <!-- Whether or not to fade the side pages -->
- <bool name="config_workspaceFadeAdjacentScreens">false</bool>
</resources>