This commit is contained in:
Hristo Hristov
2016-11-25 14:51:36 +02:00
parent bb2c7aa60a
commit 645f428f59
62 changed files with 2556 additions and 2875 deletions

View File

@@ -46,8 +46,8 @@
}
export class BorderDrawable extends android.graphics.drawable.ColorDrawable {
constructor(density: number);
constructor(density: number, id: string);
constructor(id: string);
public refresh(
borderTopColor: number,
borderRightColor: number,