Nathan Walker
2023-10-09 12:00:21 -07:00
committed by GitHub
parent 93e24783a1
commit d6478237ec
18 changed files with 230 additions and 76 deletions

View File

@ -403,6 +403,13 @@
setImageLoadedListener(listener: image.Worker.OnImageLoadedListener): void;
}
export class StyleableTextView extends android.widget.TextView {
public static class: java.lang.Class<org.nativescript.widgets.StyleableTextView>;
public onDraw(param0: globalAndroid.graphics.Canvas): void;
public setTextStroke(param0: number, param1: number, param2: number): void;
public constructor(param0: globalAndroid.content.Context);
}
export enum TabIconRenderingMode {
original,
template