File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 9
9
</ActionBar >
10
10
<ScrollView >
11
11
<StackLayout >
12
- <MDButton text =" raised button" @tap =" onTap" />
12
+ <MDButton id = " raised " text =" raised button" @tap =" onTap" />
13
13
<MDButton src =" res://ic_action_add" text =" button with icon" @tap =" onTap" />
14
14
<MDButton variant =" text" color =" red" src =" res://ic_action_add" text =" button with icon and tint" @tap =" onTap" />
15
15
<MDButton variant =" text" text =" text button" @tap =" onTap" />
Original file line number Diff line number Diff line change 6
6
@tap =" onNavigationButtonTap" ></NavigationButton >
7
7
</ActionBar >
8
8
<StackLayout >
9
- <MDProgress :value =" value" maxValue =" 100" color = " red " padding = " 0 " ></MDProgress >
9
+ <MDProgress :value =" value" maxValue =" 100" padding = " 0 " height = " 10 " ></MDProgress >
10
10
<MDProgress busy indeterminate =" true" height =" 10" padding =" 0" />
11
11
<AbsoluteLayout height =" 10" width =" 100%" backgroundColor =" green" />
12
12
<MDProgress value =" 50" maxValue =" 100" ></MDProgress >
Original file line number Diff line number Diff line change @@ -36,17 +36,18 @@ import Mixins from './Mixins.vue';
36
36
37
37
import '../app.scss' ;
38
38
39
- import { Trace } from '@nativescript/core' ;
39
+ import { Trace } from '@nativescript/core' ;
40
40
Trace . addCategories ( Trace . categories . NativeLifecycle ) ;
41
41
Trace . addCategories ( Trace . categories . ViewHierarchy ) ;
42
42
// Trace.enable();
43
43
installMixins ( ) ;
44
44
installBottomSheet ( ) ;
45
45
if ( __IOS__ ) {
46
- themer . setPrimaryColor ( '#bff937' ) ;
47
- themer . setPrimaryColorVariant ( '#33B5E5' ) ;
48
- themer . setAccentColor ( '#ff8a39' ) ;
49
- themer . setSecondaryColor ( '#a830d7' ) ;
46
+ themer . setPrimaryColor ( '#006E25' ) ;
47
+ themer . setOnPrimaryColor ( '#FFFFFF' ) ;
48
+ themer . setSecondaryColor ( '#526350' ) ;
49
+ themer . setSurfaceColor ( '#F9FAF4' ) ;
50
+ themer . setOnSurfaceColor ( '#1A1C19' ) ;
50
51
}
51
52
themer . createShape ( 'cut' , {
52
53
cornerFamily : 'cut' as any ,
@@ -57,7 +58,6 @@ themer.createShape('cut', {
57
58
} ) ;
58
59
59
60
export function installPlugin ( ) {
60
-
61
61
Vue . use ( ActivityIndicatorPlugin ) ;
62
62
Vue . use ( ButtonPlugin ) ;
63
63
Vue . use ( CardViewPlugin ) ;
You can’t perform that action at this time.
0 commit comments