1- < ActionBar class =" action-bar " >
2- < Label class =" action-bar-title " text ="Home Component " automationText ="Home Component " > </ Label >
1+ < ActionBar >
2+ < Label text ="Home Component " automationText ="Home Component "> </ Label >
33</ ActionBar >
44
5- < WrapLayout >
6- < Button text ="Show Modal Without Frame " (tap) ="onModalNoFrame() "> </ Button >
7- < Button text ="Show Modal Page With Frame " (tap) ="onModalFrame() "> </ Button >
8- < Button text ="Navigate To Second Page " (tap) ="onNavigateSecond() "> </ Button >
9- < Button text ="Reset Named Frame Root View " (tap) ="onNamedFrameRootViewReset() "> </ Button >
10- < Button text ="Reset Frame Root View " (tap) ="onFrameRootViewReset() "> </ Button >
11- < Button text ="Reset Tab Root View " (tap) ="onTabRootViewReset() "> </ Button >
12- < Button text ="Reset Layout Root View " automationText ="Reset Layout Root View " (tap) ="onLayoutRootViewReset() "> </ Button >
13- < Button text ="Show Dialog " (tap) ="onShowDialog() "> </ Button >
5+ < GridLayout rows ="auto " columns ="auto, * " >
6+ < StackLayout id ="home-page " row ="0 " col ="0 " borderColor ="yellowgreen " borderWidth ="1 " borderRadius ="5 " padding ="2 ">
7+ < TextView text ="Reset root " editable ="false " > </ TextView >
8+ < Button text ="Reset Named Frame Root View " (tap) ="onNamedFrameRootViewReset() " textAlignment ="left " > </ Button >
9+ < Button text ="Reset Frame Root View " (tap) ="onFrameRootViewReset() " textAlignment ="left " > </ Button >
10+ < Button text ="Reset Tab Root View " (tap) ="onTabRootViewReset() " textAlignment ="left " > </ Button >
11+ < Button text ="Reset Layout Root View " automationText ="Reset Layout Root View " (tap) ="onLayoutRootViewReset() " textAlignment ="left "> </ Button >
12+ </ StackLayout >
13+ < StackLayout id ="home-page " row ="0 " col ="1 " borderColor ="blue " borderWidth ="1 " borderRadius ="5 " marginLeft ="2 "
14+ padding ="2 ">
15+ < TextView text ="Navigate to example " editable ="false "> </ TextView >
1416
15- < Button text ="show shared modal " (tap) ="onRootModalTap() "> </ Button >
16- < Button text ="go to second (to open shared modal) " [nsRouterLink] ="['/modal-shared-second-host'] "> </ Button >
17- </ WrapLayout >
17+ < Button text ="Show Modal Without Frame " (tap) ="onModalNoFrame() " textAlignment ="left "> </ Button >
18+ < Button text ="Show Modal Page With Frame " (tap) ="onModalFrame() " textAlignment ="left "> </ Button >
19+ < Button text ="Navigate To Second Page " (tap) ="onNavigateSecond() " textAlignment ="left "> </ Button >
20+ < Button text ="Show Dialog " (tap) ="onShowDialog() " textAlignment ="left "> </ Button >
21+ < Button text ="show shared modal " (tap) ="onRootModalTap() " textAlignment ="left "> </ Button >
22+ < Button text ="go to second (to open shared modal) " [nsRouterLink] ="['/modal-shared-second-host'] " textAlignment ="left "> </ Button >
23+ </ StackLayout >
24+ </ GridLayout >
0 commit comments