File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 5
5
// --------------------------------------------------
6
6
7
7
$tabbar-ios-background : $toolbar-ios-background !default ;
8
- $tabbar-ios-item-padding : 0 10 px !default ;
8
+ $tabbar-ios-item-padding : 0 2 px !default ;
9
9
$tabbar-ios-item-font-size : 10px !default ;
10
10
$tabbar-ios-item-icon-size : 30px !default ;
11
11
$tabbar-ios-height : 49px !default ;
Original file line number Diff line number Diff line change @@ -225,6 +225,8 @@ export class Tab3 {
225
225
<ion-tab tabTitle="Plain List" tabIcon="star" [root]="root1" (ionSelect)="onSelect($event)"></ion-tab>
226
226
<ion-tab tabTitle="Schedule" tabIcon="globe" [root]="root2"></ion-tab>
227
227
<ion-tab tabTitle="Stopwatch" tabIcon="stopwatch" [root]="root3"></ion-tab>
228
+ <ion-tab tabTitle="Messages" tabIcon="chatboxes" [root]="root1"></ion-tab>
229
+ <ion-tab tabTitle="My Profile" tabIcon="person" [root]="root2"></ion-tab>
228
230
</ion-tabs>
229
231
`
230
232
} )
Original file line number Diff line number Diff line change 51
51
< ion-tabs tabbarLayout ="icon-hide " no-navbar >
52
52
< ion-tab tabTitle ="Recents " tabIcon ="call " [root] ="root "> </ ion-tab >
53
53
< ion-tab tabTitle ="Favorites " tabIcon ="heart " [root] ="root "> </ ion-tab >
54
- < ion-tab tabTitle ="Settings " tabIcon ="settings " [root] ="root "> </ ion-tab >
54
+ < ion-tab tabTitle ="Settings " tabIcon ="settings " [root] ="root "> </ ion-tab >
55
55
</ ion-tabs >
56
56
57
57
You can’t perform that action at this time.
0 commit comments