File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -7,15 +7,14 @@ import {
7
7
Font ,
8
8
ImageSource ,
9
9
Length ,
10
- TextTransform ,
11
10
Utils ,
12
11
androidDynamicElevationOffsetProperty ,
13
12
androidElevationProperty ,
14
13
backgroundInternalProperty ,
15
14
colorProperty ,
16
15
profile ,
17
- textTransformProperty
18
16
} from '@nativescript/core' ;
17
+ import { TextTransform , textTransformProperty } from '@nativescript/core/ui/text-base' ;
19
18
import { ButtonBase , imageSourceProperty , srcProperty } from './button-common' ;
20
19
21
20
let LayoutInflater : typeof android . view . LayoutInflater ;
Original file line number Diff line number Diff line change 5
5
Font ,
6
6
ImageSource ,
7
7
Screen ,
8
- TextTransform ,
9
8
Utils ,
10
9
backgroundInternalProperty ,
11
10
borderBottomLeftRadiusProperty ,
@@ -14,8 +13,8 @@ import {
14
13
borderTopRightRadiusProperty ,
15
14
colorProperty ,
16
15
fontInternalProperty ,
17
- textTransformProperty
18
16
} from '@nativescript/core' ;
17
+ import { TextTransform , textTransformProperty } from '@nativescript/core/ui/text-base' ;
19
18
import { ButtonBase , imageSourceProperty , srcProperty } from './button-common' ;
20
19
21
20
let buttonScheme : MDCContainerScheme ;
You can’t perform that action at this time.
0 commit comments