6
6
RouteScheme =" app"
7
7
Route =" VisualChallenge"
8
8
FlyoutBehavior =" Disabled"
9
+ Shell.NavBarIsVisible=" False"
9
10
Title =" VisualChallenge"
10
11
x : Class =" VisualChallenge.AppShell"
11
12
Visual =" Material"
16
17
-->
17
18
<Shell .Resources>
18
19
<ResourceDictionary >
19
- <Color x : Key =" NavigationPrimary" >#2196F3 </Color >
20
+ <Color x : Key =" NavigationPrimary" >#FEFEFE </Color >
20
21
<Style x : Key =" BaseStyle" TargetType =" Element" >
21
22
<Setter Property =" Shell.ShellBackgroundColor" Value =" {StaticResource NavigationPrimary}" />
22
- <Setter Property =" Shell.ShellForegroundColor" Value =" White " />
23
- <Setter Property =" Shell.ShellTitleColor" Value =" White " />
24
- <Setter Property =" Shell.ShellDisabledColor" Value =" #B4FFFFFF " />
25
- <Setter Property =" Shell.ShellUnselectedColor" Value =" #95FFFFFF " />
23
+ <Setter Property =" Shell.ShellForegroundColor" Value =" Green " />
24
+ <Setter Property =" Shell.ShellTitleColor" Value =" Black " />
25
+ <Setter Property =" Shell.ShellDisabledColor" Value =" Blue " />
26
+ <Setter Property =" Shell.ShellUnselectedColor" Value =" Orange " />
26
27
<Setter Property =" Shell.ShellTabBarBackgroundColor" Value =" {StaticResource NavigationPrimary}" />
27
- <Setter Property =" Shell.ShellTabBarForegroundColor" Value =" White " />
28
- <Setter Property =" Shell.ShellTabBarUnselectedColor" Value =" #95FFFFFF " />
29
- <Setter Property =" Shell.ShellTabBarTitleColor" Value =" White " />
28
+ <Setter Property =" Shell.ShellTabBarForegroundColor" Value =" Purple " />
29
+ <Setter Property =" Shell.ShellTabBarUnselectedColor" Value =" Gray " />
30
+ <Setter Property =" Shell.ShellTabBarTitleColor" Value =" #E80000 " />
30
31
</Style >
31
32
<Style TargetType =" ShellItem" BasedOn =" {StaticResource BaseStyle}" />
32
33
</ResourceDictionary >
33
34
</Shell .Resources>
35
+
36
+ <ShellItem Title =" Bottom Tab Sample"
37
+ Style =" {StaticResource BaseStyle}" >
38
+
39
+ <ShellSection Title =" HOME" Icon =" ic_home.png" >
40
+ <ShellContent ContentTemplate =" {DataTemplate local:VisualChallengePage}" />
41
+ </ShellSection >
42
+
43
+ <ShellSection Title =" TRIPS" Icon =" ic_trip.png" >
44
+ <ShellContent ContentTemplate =" {DataTemplate local:VisualChallengePage}" />
45
+ </ShellSection >
46
+
47
+ <ShellSection Title =" BOOK" Icon =" ic_plane.png" >
48
+ <ShellContent ContentTemplate =" {DataTemplate local:VisualChallengePage}" />
49
+ </ShellSection >
50
+
51
+ <ShellSection Title =" DEALS" Icon =" ic_offer.png" >
52
+ <ShellContent ContentTemplate =" {DataTemplate local:VisualChallengePage}" />
53
+ </ShellSection >
54
+
55
+ <ShellSection Title =" MY QFF" Icon =" ic_person_black_24dp.png" >
56
+ <ShellContent ContentTemplate =" {DataTemplate local:VisualChallengePage}" />
57
+ </ShellSection >
34
58
35
- <FlyoutItem >
36
- <Tab >
37
- <ShellContent ContentTemplate =" {DataTemplate local:VisualChallengePage}" />
38
- </Tab >
39
- </FlyoutItem >
40
-
59
+ </ShellItem >
60
+
41
61
</Shell >
0 commit comments