mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 00:06:47 +00:00
Making current screen background always transparent
Change-Id: I3cc61f85c36f80a71d60228f5f8570758b1b0e3b
This commit is contained in:
@@ -839,6 +839,10 @@ public class CellLayout extends ViewGroup implements Dimmable {
|
||||
mBackgroundAlphaMultiplier = multiplier;
|
||||
}
|
||||
|
||||
public float getBackgroundAlphaMultiplier() {
|
||||
return mBackgroundAlphaMultiplier;
|
||||
}
|
||||
|
||||
public void setBackgroundAlpha(float alpha) {
|
||||
mBackgroundAlpha = alpha;
|
||||
invalidate();
|
||||
|
||||
Reference in New Issue
Block a user