mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Use the OriginPoint class in android widgets for the originX/Y implementation
This commit is contained in:
5
org.nativescript.widgets.d.ts
vendored
5
org.nativescript.widgets.d.ts
vendored
@@ -65,6 +65,11 @@
|
||||
horizontal,
|
||||
vertical
|
||||
}
|
||||
|
||||
export class OriginPoint {
|
||||
public static setX(view: android.view.View, value: number);
|
||||
public static setY(view: android.view.View, value: number);
|
||||
}
|
||||
|
||||
export class LayoutBase extends android.view.ViewGroup {
|
||||
constructor(context: android.content.Context);
|
||||
|
||||
Reference in New Issue
Block a user