summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/values
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2011-11-13 13:50:38 -0800
committerMichael Jurka <mikejurka@google.com>2011-11-14 23:49:10 -0800
commitbfd24acd318ef958bb7997c9cbf95c5fb15b10ac (patch)
tree41e93afbac6ee62c19f7447d122298b46f92cb9a /packages/SystemUI/res/values
parent2af9f21c664d4579b5f51283a320a7d1fba13a75 (diff)
downloadframeworks_base-bfd24acd318ef958bb7997c9cbf95c5fb15b10ac.zip
frameworks_base-bfd24acd318ef958bb7997c9cbf95c5fb15b10ac.tar.gz
frameworks_base-bfd24acd318ef958bb7997c9cbf95c5fb15b10ac.tar.bz2
Updating recent apps visuals on tablet
- getting rid of blue glow (5529032) - moving app icon position - show message if there are no recent apps (5533332) - fixing rare IllegalStateException on orientation change (5584344) Change-Id: I2210e584957869c8f02339e6841daf39364a9dad
Diffstat (limited to 'packages/SystemUI/res/values')
-rw-r--r--packages/SystemUI/res/values/config.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/SystemUI/res/values/config.xml b/packages/SystemUI/res/values/config.xml
index 1fe4ebb..1f22507 100644
--- a/packages/SystemUI/res/values/config.xml
+++ b/packages/SystemUI/res/values/config.xml
@@ -25,6 +25,10 @@
value at runtime for some things) -->
<bool name="config_recents_interface_for_tablets">false</bool>
+ <!-- Whether recents thumbnails should stretch in both x and y to fill their
+ ImageView -->
+ <bool name="config_recents_thumbnail_image_fits_to_xy">false</bool>
+
<!-- Control whether status bar should distinguish HSPA data icon form UMTS
data icon on devices -->
<bool name="config_hspa_data_distinguishable">false</bool>