File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 10
10
<ScrollView >
11
11
<StackLayout >
12
12
<MDButton text =" raised button" @tap =" onTap" />
13
+ <MDButton src =" res://ic_action_add" text =" button with icon" @tap =" onTap" />
14
+ <MDButton variant =" text" color =" red" src =" res://ic_action_add" text =" button with icon and tint" @tap =" onTap" />
13
15
<MDButton variant =" text" text =" text button" @tap =" onTap" />
14
16
<MDButton variant =" flat" text =" flat button" @tap =" onTap" />
15
17
<MDButton variant =" outline" text =" outline button" @tap =" onTap" />
19
21
<MDTextField class =" session-details-input" :hint =" 'description'" />
20
22
</StackLayout >
21
23
<MDFloatingActionButton src =" res://ic_action_add" @tap =" onTap" horizontalAlignment =" center" />
24
+ <MDFloatingActionButton fontSize =" 26" text =" mdi-plus" class =" mdi" @tap =" onTap" horizontalAlignment =" center" />
22
25
<MDFloatingActionButton src =" res://ic_action_add" color =" white" backgroundColor =" blue" size =" mini" @tap =" onTap" horizontalAlignment =" center" />
23
26
<MDFloatingActionButton src =" res://ic_action_add" text =" test expanded" @tap =" onTap" horizontalAlignment =" center" />
24
27
<MDFloatingActionButton src =" res://ic_action_add" text =" test expanded" :expanded =" expanded" @tap =" switchExpanded" horizontalAlignment =" center" />
45
48
<MDButton text =" text button class" width =" 200" class =" text_class_test" variant =" text" @tap =" onTap" />
46
49
<MDButton text =" disabled text button" isEnabled =" false" width =" 200" variant =" text" @tap =" onTap" />
47
50
<MDButton class =" falseFAb bg-green" text =" +" color =" white" verticalAlign =" center" backgroundColor =" #53ba82" @tap =" onTap" />
51
+ <MDButton class =" falseFAb bg-green" src =" res://ic_action_add" @tap =" onTap" />
48
52
<MDButton backgroundColor =" red" text =" backgroundColor" isEnabled =" false" />
49
53
<MDButton class =" buttontest" text =" buttontest" />
50
54
<MDButton class =" buttontest" text =" buttontest" isEnabled =" false" />
You can’t perform that action at this time.
0 commit comments