am 989dc514: am bc239a15: Scale icons down for sw600dp-land mode.

* commit '989dc51400f4511e8411b0f1e6c525c024fbb949':
  Scale icons down for sw600dp-land mode.
This commit is contained in:
Andrew Flynn
2012-03-07 17:04:57 -08:00
committed by Android Git Automerger
7 changed files with 52 additions and 31 deletions

View File

@@ -295,7 +295,7 @@ public class BubbleTextView extends TextView {
}
// If text is transparent, don't draw any shadow
if (getCurrentTextColor() == android.R.color.transparent) {
if (getCurrentTextColor() == getResources().getColor(android.R.color.transparent)) {
getPaint().clearShadowLayer();
super.draw(canvas);
return;