mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Merge branch 'master'
This commit is contained in:
13
nativescript-core/ui/utils.android.ts
Normal file
13
nativescript-core/ui/utils.android.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
export module ios {
|
||||
export function getActualHeight(view: any): number {
|
||||
throw new Error("Not implemented for Android");
|
||||
}
|
||||
|
||||
export function getStatusBarHeight(viewController?: any): number {
|
||||
throw new Error("Not implemented for Android");
|
||||
}
|
||||
|
||||
export function _layoutRootView(rootView: any, parentBounds: any) {
|
||||
throw new Error("Not implemented for Android");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user