Fix Android lifecycle

This commit is contained in:
Rossen Hristov
2016-12-20 16:11:40 +02:00
parent afe928c029
commit 417064fd38
5 changed files with 19 additions and 15 deletions

View File

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