mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
BorderDrawable density fixed to 1. It will be set through JS.
This commit is contained in:
@@ -175,12 +175,12 @@ public class BorderDrawable extends ColorDrawable {
|
||||
|
||||
public BorderDrawable(float density){
|
||||
super();
|
||||
this.density = density;
|
||||
this.density = 1f;
|
||||
}
|
||||
|
||||
public BorderDrawable(float density, String id){
|
||||
super();
|
||||
this.density = density;
|
||||
this.density = 1f;
|
||||
this.id = id;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user