Fixed Progress tests.

This commit is contained in:
Nedyalko Nikolov
2016-12-30 15:59:37 +02:00
parent 1f2eb88988
commit 011bb82165
6 changed files with 42 additions and 9 deletions

View File

@@ -18,6 +18,10 @@ export class Progress extends ProgressBase {
return this._android;
}
get nativeView(): android.widget.ProgressBar {
return this._android;
}
get [valueProperty.native](): number {
return 0;
}