Merge "Don't show the outline on the current page" into jb-dev

This commit is contained in:
Michael Jurka
2012-05-08 14:30:12 -07:00
committed by Android (Google) Code Review
2 changed files with 26 additions and 7 deletions
+4 -1
View File
@@ -1001,7 +1001,10 @@ public class CellLayout extends ViewGroup {
}
public void setBackgroundAlphaMultiplier(float multiplier) {
mBackgroundAlphaMultiplier = multiplier;
if (mBackgroundAlphaMultiplier != multiplier) {
mBackgroundAlphaMultiplier = multiplier;
invalidate();
}
}
public float getBackgroundAlphaMultiplier() {