View lifecycle methods

This commit is contained in:
vakrilov
2017-01-04 09:55:19 +02:00
parent ebbf202a01
commit c30be0d606
40 changed files with 169 additions and 169 deletions

View File

@@ -10,7 +10,7 @@ const R_ATTR_PROGRESS_BAR_STYLE_HORIZONTAL = 0x01010078;
export class Progress extends ProgressBase {
private _android: android.widget.ProgressBar;
public _createUI() {
public _createNativeView() {
this._android = new android.widget.ProgressBar(this._context, null, R_ATTR_PROGRESS_BAR_STYLE_HORIZONTAL);
}