File tree 3 files changed +8
-6
lines changed
3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
1
2
2
ext {
3
- androidxVersion = " 1.0.2"
4
- androidXAppCompat = " 1.0.2"
5
- androidXMaterial = " 1.3.0"
3
+
6
4
}
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 = " true " >
7
+ <MDBottomNavigation selectedIndex =" 1" >
8
8
<!-- The bottom tab UI is created via MDTabStrip (the containier) and MDTabStripItem (for each tab)-->
9
9
<MDTabStrip >
10
10
<MDTabStripItem >
23
23
24
24
<!-- The number of MDTabContentItem components should corespond to the number of MDTabStripItem components -->
25
25
<MDTabContentItem >
26
- <GridLayout backgroundColor =" red" @loaded =" onLoaded('red')" @tap =" navigateToTabsSample" >
26
+ <Frame >
27
+ <Page >
28
+ <GridLayout backgroundColor =" red" @loaded =" onLoaded('red')" @tap =" navigateToTabsSample" >
27
29
<Label text =" Home Page" class =" h2 text-center" ></Label >
28
30
</GridLayout >
31
+ </Page >
32
+ </Frame >
29
33
</MDTabContentItem >
30
34
<MDTabContentItem >
31
35
<GridLayout backgroundColor =" green" @loaded =" onLoaded('green')" >
Original file line number Diff line number Diff line change 6
6
"dependencies" : {
7
7
"@mdi/font" : " 5.9.55" ,
8
8
"@nativescript-community/css-theme" : " ^1.2.7" ,
9
- "@nativescript-community/text" : " 1.4.22 " ,
9
+ "@nativescript-community/text" : " 1.4.32 " ,
10
10
"@nativescript-community/ui-material-activityindicator" : " file:../packages/activityindicator" ,
11
11
"@nativescript-community/ui-material-bottom-navigation" : " file:../packages/bottom-navigation" ,
12
12
"@nativescript-community/ui-material-bottomnavigationbar" : " file:../packages/bottomnavigationbar" ,
You can’t perform that action at this time.
0 commit comments