summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/values-sw600dp
diff options
context:
space:
mode:
authorJim Miller <jaggies@google.com>2012-05-12 14:12:03 -0700
committerJim Miller <jaggies@google.com>2012-05-12 14:23:23 -0700
commitc6e523ea9bc15f18c9cbf04b05e8d2c90298453f (patch)
treec4fdf60dcb485839bd40eb479fab52a7f99703d5 /packages/SystemUI/res/values-sw600dp
parentd83fdd03a1daaf577d80c8abda86c7c01bf6d3bb (diff)
downloadframeworks_base-c6e523ea9bc15f18c9cbf04b05e8d2c90298453f.zip
frameworks_base-c6e523ea9bc15f18c9cbf04b05e8d2c90298453f.tar.gz
frameworks_base-c6e523ea9bc15f18c9cbf04b05e8d2c90298453f.tar.bz2
Fix 6486099: Fix clipping issues with MultiWaveView on phone/tablet
This fixes a problem where the bounds of the view weren't being calculated properly when a separate outer radius was specified. The code now takes the maximum of the ring drawable's width/height and that specified in the resource files. This gives it the best default look on all devices while still allowing minor tweaks. Change-Id: I5daa40ff4f14653c8cc89b39102816afb976e4f7
Diffstat (limited to 'packages/SystemUI/res/values-sw600dp')
-rw-r--r--packages/SystemUI/res/values-sw600dp/dimens.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/packages/SystemUI/res/values-sw600dp/dimens.xml b/packages/SystemUI/res/values-sw600dp/dimens.xml
index 2cb99ff..07d55f1 100644
--- a/packages/SystemUI/res/values-sw600dp/dimens.xml
+++ b/packages/SystemUI/res/values-sw600dp/dimens.xml
@@ -27,9 +27,6 @@
<!-- 0x33 = center_horizontal|top -->
<integer name="notification_panel_layout_gravity">0x31</integer>
- <!-- Default target placement radius for navigation bar search target -->
- <dimen name="navbar_search_target_placement_radius">182dip</dimen>
-
<!-- Diameter of outer shape drawable shown in navbar search-->
<dimen name="navbar_search_outerring_diameter">364dp</dimen>