mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 21:01:34 +08:00
missed density added
This commit is contained in:
@ -44,7 +44,7 @@ class BorderGradientDrawable extends android.graphics.drawable.GradientDrawable
|
|||||||
if (this._cornerRadius !== value) {
|
if (this._cornerRadius !== value) {
|
||||||
this._cornerRadius = value;
|
this._cornerRadius = value;
|
||||||
|
|
||||||
this.setCornerRadius(this._cornerRadius);
|
this.setCornerRadius(this._cornerRadius * this._density);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user