File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
<Label text =" Basic Drawer" />
5
5
</ActionBar >
6
6
7
- <BottomSheet v-model =" stepIndex" :steps =" [56, 156, 456]" scrollViewId =" scrollView" backdropColor =" #88000000" >
7
+ <BottomSheet v-model =" stepIndex" :steps =" [56, 156, 456]" scrollViewId =" scrollView" backdropColor =" #88000000" backgroundColor = " purple " >
8
8
<StackLayout backgroundColor =" red" >
9
9
<Label text =" This is the main content" />
10
10
</StackLayout >
11
- <gridlayout ~bottomSheet backgroundColor =" yellow" rows =" 56, 100, 300" >
11
+ <gridlayout ~bottomSheet backgroundColor =" yellow" rows =" 56, 100, 300" width = " 100% " >
12
12
<stacklayout row =" 0" orientation =" horizontal" >
13
13
<button text =" My Profile" class =" button" @tap =" stepIndex = 0" />
14
14
<button text =" Settings" class =" button" @tap =" stepIndex = 1" />
You can’t perform that action at this time.
0 commit comments