From c6e523ea9bc15f18c9cbf04b05e8d2c90298453f Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Sat, 12 May 2012 14:12:03 -0700 Subject: 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 --- packages/SystemUI/res/values-sw600dp/dimens.xml | 3 --- 1 file changed, 3 deletions(-) (limited to 'packages/SystemUI/res/values-sw600dp') 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 @@ 0x31 - - 182dip - 364dp -- cgit v1.1