Merge pull request #2822 from NativeScript/nnikolov/CameraRefactoring

Refactored image loading from camera.
This commit is contained in:
Nedyalko Nikolov
2016-10-03 17:54:07 +03:00
committed by GitHub
15 changed files with 297 additions and 26 deletions

View File

@ -280,6 +280,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 {
@ -303,4 +311,4 @@
}
}
}
}
}