File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
<NavigationButton text =" Back" android.systemIcon =" ic_menu_back" @tap =" onNavigationButtonTap" />
5
5
</ActionBar >
6
6
7
- <MDBottomNavigation selectedIndex =" 1" unloadOnTabChange =" false " >
7
+ <MDBottomNavigation selectedIndex =" 1" unloadOnTabChange =" true " >
8
8
<!-- The bottom tab UI is created via MDTabStrip (the containier) and MDTabStripItem (for each tab)-->
9
9
<MDTabStrip >
10
10
<MDTabStripItem >
Original file line number Diff line number Diff line change 7
7
<StackLayout class =" page" backgroundColor =" white" row =" 0" >
8
8
<GridLayout class =" p-20" v-if =" currentTab === 0" >
9
9
<Label class =" h1 text-center" text =" First tab" textWrap =" true" ></Label >
10
- <Button text =" select third " @tap =" selectThird" horizontalAlignment =" center" verticalAlignment =" bottom" />
10
+ <Button text =" select sthird " @tap =" selectThird" horizontalAlignment =" center" verticalAlignment =" bottom" />
11
11
</GridLayout >
12
12
<GridLayout class =" p-20" v-if =" currentTab === 2" >
13
13
<Label class =" h1 text-center" text =" Third tab" textWrap =" true" ></Label >
You can’t perform that action at this time.
0 commit comments