You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
add WindowManager.LayoutParams.alpha
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user