33 <ActionBar title =" BottomNavigation font icons" icon =" " class =" action-bar" >
44 </ActionBar >
55
6- <BottomNavigation class = " font-awesome " automationText =" tabNavigation" > <!-- TODO: The font-awesome class here should be removed -- >
6+ <BottomNavigation automationText =" tabNavigation" >
77 <TabStrip >
8- <!-- font family + font size + color -->
9- <TabStripItem title =" First" iconSource =" font:// " class =" special font-awesome font-size color" ></TabStripItem >
8+ <!-- font family + font size + color -->
9+ <TabStripItem class =" special" >
10+ <Label text =" All Set" />
11+ <Image src =" font:// " class =" font-awesome font-size" />
12+ </TabStripItem >
13+
1014 <!-- default font + valid char code -->
11- <TabStripItem title =" Second" iconSource =" font:// " ></TabStripItem >
15+ <TabStripItem >
16+ <Label text =" Invalid Font" />
17+ <Image src =" font:// " />
18+ </TabStripItem >
19+
1220 <!-- font family + invalid char code -->
13- <TabStripItem title =" Third" iconSource =" font:// " class =" font-awesome font-size" ></TabStripItem >
21+ <TabStripItem >
22+ <Label text =" Invalid Char" />
23+ <Image src =" font:// " class =" font-awesome font-size" />
24+ </TabStripItem >
1425 </TabStrip >
1526
1627 <TabContentItem class =" special" >
17- <GridLayout >
18- <Label text =" First View" />
19- </GridLayout >
28+ <StackLayout >
29+ <Label text =" char code: phone" />
30+ <Label text =" font: Font Awesome" />
31+ <Label text =" font size: 36" />
32+ <Label text =" icon color inactive: lightgreen" />
33+ <Label text =" icon color active: darkgreen" />
34+ <Label text =" title color inactive: gold" />
35+ <Label text =" title color active: darkgoldenrod" />
36+ </StackLayout >
2037 </TabContentItem >
2138
2239 <TabContentItem >
23- <GridLayout >
24- <Label text =" Second View" />
25- </GridLayout >
40+ <StackLayout >
41+ <Label text =" char code: phone" />
42+ <Label text =" font: default/invalid" />
43+ <Label text =" font size: default" />
44+ <Label text =" icon color inactive: skyblue" />
45+ <Label text =" icon color active: darkblue" />
46+ <Label text =" title color inactive: skyblue" />
47+ <Label text =" title color active: darkblue" />
48+ </StackLayout >
2649 </TabContentItem >
2750
2851 <TabContentItem >
29- <GridLayout >
30- <Label text =" Third View" />
31- </GridLayout >
52+ <StackLayout >
53+ <Label text =" char code: invalid" />
54+ <Label text =" font: Font Awesome" />
55+ <Label text =" font size: 36" />
56+ <Label text =" icon color inactive: skyblue" />
57+ <Label text =" icon color active: darkblue" />
58+ <Label text =" title color inactive: skyblue" />
59+ <Label text =" title color active: darkblue" />
60+ </StackLayout >
3261 </TabContentItem >
3362 </BottomNavigation >
3463</Page >
0 commit comments