File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ import {
39
39
} from '@nativescript/core' ;
40
40
import { secureProperty } from '@nativescript/core/ui/text-field' ;
41
41
import { TextFieldBase } from './textfield.common' ;
42
- import { layout } from '@nativescript/core/utils' ;
42
+ import { layout } from '@nativescript/core/utils/layout-helper ' ;
43
43
44
44
let LayoutInflater : typeof android . view . LayoutInflater ;
45
45
let FrameLayoutLayoutParams : typeof android . widget . FrameLayout . LayoutParams ;
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ import {
32
32
placeholderColorProperty
33
33
} from '@nativescript/core' ;
34
34
import { textProperty } from '@nativescript/core/ui/text-base' ;
35
- import { layout } from '@nativescript/core/utils' ;
35
+ import { layout } from '@nativescript/core/utils/layout-helper ' ;
36
36
import { TextFieldBase } from './textfield.common' ;
37
37
38
38
@NativeClass
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ import {
38
38
} from '@nativescript/core' ;
39
39
import { textProperty } from '@nativescript/core/ui/text-base' ;
40
40
import { TextFieldBase } from './textfield.common' ;
41
- import { layout } from '@nativescript/core/utils' ;
41
+ import { layout } from '@nativescript/core/utils/layout-helper ' ;
42
42
43
43
@NativeClass
44
44
class MDCFilledTextFieldImpl extends MDCFilledTextField {
You can’t perform that action at this time.
0 commit comments