Merge "Don't show the outline on the current page" into jb-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
df4c0e25e5
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user