|
@@ -254,7 +254,6 @@ public class DialogXBaseRelativeLayout extends RelativeLayout {
|
|
}
|
|
}
|
|
|
|
|
|
public DialogXBaseRelativeLayout setBkgAlpha(float alpha) {
|
|
public DialogXBaseRelativeLayout setBkgAlpha(float alpha) {
|
|
- Log.e(">>>", "setBkgAlpha: " + alpha + " hash:"+this.hashCode());
|
|
|
|
if (getBackground() != null) getBackground().mutate().setAlpha((int) (alpha * 255));
|
|
if (getBackground() != null) getBackground().mutate().setAlpha((int) (alpha * 255));
|
|
return this;
|
|
return this;
|
|
}
|
|
}
|