Refactored image loading from camera.

This commit is contained in:
Nedyalko Nikolov
2016-09-19 16:55:03 +03:00
parent eb8d2f1542
commit 1f84274182
15 changed files with 297 additions and 26 deletions

View File

@@ -218,6 +218,14 @@
export class ImageView extends android.widget.ImageView {
constructor(context: android.content.Context);
getCornerRadius(): number;
setCornerRadius(radius: number): void;
getBorderWidth(): number;
setBorderWidth(width: number): void;
getRotationAngle(): number;
setRotationAngle(angle: number): void;
}
export class TabLayout extends android.widget.HorizontalScrollView {
@@ -241,4 +249,4 @@
}
}
}
}
}