add WindowManager.LayoutParams.alpha

This commit is contained in:
Julian Winkler
2024-10-06 11:16:00 +02:00
parent 0d5150083a
commit 1f2cfebe4e

View File

@@ -12,6 +12,7 @@ public interface WindowManager {
public int y;
public int windowAnimations;
public int flags;
public float alpha;
public LayoutParams(int w, int h, int type, int flags, int format) {
super(w, h);