File tree Expand file tree Collapse file tree 3 files changed +6
-23
lines changed
App_Resources/Android/src/main/res/values Expand file tree Collapse file tree 3 files changed +6
-23
lines changed Original file line number Diff line number Diff line change 2
2
<resources xmlns : android =" http://schemas.android.com/apk/res/android" >
3
3
4
4
<!-- theme to use FOR launch screen-->
5
- <style name =" LaunchScreenThemeBase" parent =" Theme.MaterialComponents.Light .NoActionBar" >
5
+ <style name =" LaunchScreenThemeBase" parent =" Theme.MaterialComponents.DayNight .NoActionBar" >
6
6
<item name =" toolbarStyle" >@style/NativeScriptToolbarStyle</item >
7
7
8
8
<item name =" colorPrimary" >@color/ns_primary</item >
21
21
</style >
22
22
23
23
<!-- theme to use AFTER launch screen is loaded-->
24
- <style name =" AppThemeBase" parent =" Theme.MaterialComponents.Light .NoActionBar" >
24
+ <style name =" AppThemeBase" parent =" Theme.MaterialComponents.DayNight .NoActionBar" >
25
25
<item name =" toolbarStyle" >@style/NativeScriptToolbarStyle</item >
26
26
27
27
<item name =" colorPrimary" >@color/ns_primary</item >
Original file line number Diff line number Diff line change 1
1
.mdi {
2
2
font-family : ' materialdesignicons-webfont' , ' Material Design Icons' ;
3
3
}
4
- mdbutton {
5
- color : black ;
6
- .ns-dark & {
7
- color : white ;
8
- }
9
- }
10
4
button {
11
5
elevation : 2 ;
12
6
}
13
7
14
- MDButton {
15
- color : #000 ;
16
- background-color : #fff ;
17
- .ns-dark & {
18
- color : #fff ;
19
- background-color : #000 ;
20
- }
21
- }
22
8
23
9
.falseFAb {
24
10
elevation : 2 ;
@@ -32,13 +18,6 @@ MDButton {
32
18
.buttonYellow {
33
19
background-color : yellow ;
34
20
}
35
- mdslider {
36
- /* track-background-color: #E0E0E0; */
37
- }
38
-
39
- bottomnavigationbar {
40
- inactive-color : gray ;
41
- }
42
21
43
22
.item-with-border {
44
23
height : 50 ;
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" />
13
+ <MDButton variant =" text" text =" text button" @tap =" onTap" />
14
+ <MDButton variant =" flat" text =" flat button" @tap =" onTap" />
15
+ <MDButton variant =" outline" text =" outline button" @tap =" onTap" />
12
16
<MDButton id =" button1" borderRadius =" 10" fontSize =" 20" text =" raised button" @tap =" onTap" />
13
17
<StackLayout v-show =" isEditing" >
14
18
<MDTextField class =" session-details-input" :hint =" 'name'" />
You can’t perform that action at this time.
0 commit comments