summaryrefslogtreecommitdiffstats
path: root/core/res/res/values-xlarge
diff options
context:
space:
mode:
authorJim Miller <jaggies@google.com>2010-08-20 19:25:39 -0700
committerJim Miller <jaggies@google.com>2010-08-25 20:43:00 -0700
commite6ad1a8ba29bdd5d61ad1c91146def582c8c0334 (patch)
tree38f2fc4e2e1914d9e788022f44ec9e4cffa52e32 /core/res/res/values-xlarge
parenta0b436234d999a05b1ddb571dea3956ad5139a4c (diff)
downloadframeworks_base-e6ad1a8ba29bdd5d61ad1c91146def582c8c0334.zip
frameworks_base-e6ad1a8ba29bdd5d61ad1c91146def582c8c0334.tar.gz
frameworks_base-e6ad1a8ba29bdd5d61ad1c91146def582c8c0334.tar.bz2
Fix 2797185: Integrate 3D RecentApps View into system.
This adds 3D recents to the platform. Enabling it is a matter of setting 'config_enableRecentApps3D' on devices capable of supporting it (those with OGLES2.0 at the moment). Change-Id: Ife7bfe8ca02e7657821b68f915e31b0dab50cd2c
Diffstat (limited to 'core/res/res/values-xlarge')
-rw-r--r--core/res/res/values-xlarge/config.xml4
-rw-r--r--core/res/res/values-xlarge/dimens.xml6
2 files changed, 9 insertions, 1 deletions
diff --git a/core/res/res/values-xlarge/config.xml b/core/res/res/values-xlarge/config.xml
index e92ed11..7e5a27b 100644
--- a/core/res/res/values-xlarge/config.xml
+++ b/core/res/res/values-xlarge/config.xml
@@ -29,5 +29,9 @@
<bool name="config_enableSlidingTabFirst">false</bool>
<!-- Enable lockscreen rotation -->
<bool name="config_enableLockScreenRotation">true</bool>
+
+ <!-- Enables 3d task switcher on xlarge device -->
+ <bool name="config_enableRecentApps3D">true</bool>
+
</resources>
diff --git a/core/res/res/values-xlarge/dimens.xml b/core/res/res/values-xlarge/dimens.xml
index 1a16da7..516fb5f 100644
--- a/core/res/res/values-xlarge/dimens.xml
+++ b/core/res/res/values-xlarge/dimens.xml
@@ -29,5 +29,9 @@
<dimen name="password_keyboard_key_height_alpha">0.35in</dimen>
<!-- Default height of a key in the password keyboard for numeric -->
<dimen name="password_keyboard_key_height_numeric">0.47in</dimen>
-</resources>
+ <!-- The width that is used when creating thumbnails of applications. -->
+ <dimen name="thumbnail_width">256dp</dimen>
+ <!-- The height that is used when creating thumbnails of applications. -->
+ <dimen name="thumbnail_height">255dp</dimen>
+</resources>