You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: EssentialUIKit/AppLayout/TemplateList.xml
+30-14
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
<?xml version="1.0" encoding="UTF-8"?>
2
2
<Samples>
3
3
4
-
<CategoryIcon="log-in.png"Name="Forms"IsUpdated="True"Description="Get the user’s details to authenticate, create a profile, and enter credit card information for online payment portal.">
4
+
<CategoryIcon="log-in.png"Name="Forms"Description="Get the user’s details to authenticate, create a profile, and enter credit card information for online payment portal.">
5
5
<PageName="Simple Login Page"Description="If you want a simple and clean authentication form, just add this page to your application. Email validation is done within this form."PageName="Views.Forms.SimpleLoginPage"/>
6
6
<PageName="Simple Sign Up Page"Description="This is a supporting form for a simple login page that can be modified to match any of your login pages on the fly. Email validation is done in this form."PageName="Views.Forms.SimpleSignUpPage"/>
7
7
<PageName="Simple Reset Password Page"Description="This page is used for resetting a password with existing credentials or signing up if the user doesn’t have credentials yet."PageName="Views.Forms.SimpleResetPasswordPage"/>
@@ -14,7 +14,7 @@
14
14
<PageName="Tabbed Login Page"Description="This page is a multi-tabbed user interface where one tab provides a login page and another tab provides a sign-up form."PageName="Views.Forms.TabbedForm"/>
15
15
<PageName="Add Card Page"Description="This page allows users to enter their credit card information to be used in an online payment portal."PageName="Views.Forms.AddCardPage"/>
16
16
<PageName="Add Profile Page"Description="This page allows users to add a new entry to their contacts with additional information such as name and phone number."PageName="Views.Forms.AddProfilePage"/>
17
-
<PageName="Business Registration Form Page"IsNew="True"Description="This page allows users to add business details such as name, email address, and phone number."PageName="Views.Forms.BusinessRegistrationFormPage"/>
17
+
<PageName="Business Registration Form Page"Description="This page allows users to add business details such as name, email address, and phone number."PageName="Views.Forms.BusinessRegistrationFormPage"/>
18
18
</Category>
19
19
20
20
<CategoryIcon="catalog.png"Name="Catalog"Description="Let the users select from the list of items that includes titles, brief descriptions, and photos.">
@@ -60,9 +60,20 @@
60
60
61
61
<CategoryIcon="navigation.png"Name="Navigation"IsUpdated="True"Description="Enable your users to navigate between pages or items at a high level.">
62
62
<PageName="Bottom Navigation Page"Description="This page displays a navigation interface with icons and labels at the bottom."PageName="Views.Navigation.BottomNavigationPage"/>
63
-
<PageName="Navigation List Card Page"Description="This page displays an item as a card in a list. Each card carries an image of the item, its description, and an overall rating. "PageName="Views.Navigation.NavigationListCardPage"/>
64
-
<PageName="Navigation Tile Card Page"Description="This page displays an item as a card in a tile layout. Each tile contains an image of the item, its description, and an overall rating."PageName="Views.Navigation.NavigationTileCardPage"/>
65
-
<PageName="Songs Page"IsNew="True"Description="This page displays an item as a card in a tile layout. Each tile contains an image, the name of a song, and the song’s composer."PageName="Views.Navigation.SongsPage"/>
63
+
<PageName="Navigation List Card Page"Description="This page displays items in a list. Each card carries an image, description, and the overall rating of an item. "PageName="Views.Navigation.NavigationListCardPage"/>
64
+
<PageName="Navigation Tile Card Page"Description="This page displays items in a tile layout. Each tile contains an image, description, and the overall rating of an item."PageName="Views.Navigation.NavigationTileCardPage"/>
65
+
<PageName="Songs Page"Description="This page displays items in a tile layout. Each tile contains an image, the name of a song, and its composer."PageName="Views.Navigation.SongsPage"/>
66
+
<PageName="FAQs Page"IsNew="True"Description="This page displays items in an expander layout. Each item contains a question and answer for a FAQ section."PageName="Views.Navigation.FAQPage"/>
67
+
<PageName="Contacts List"IsNew="True"Description="This page displays a list of contacts and avatars."PageName="Views.Navigation.ContactsPage"/>
68
+
<PageName="Songs Play List"IsNew="True"Description="This page displays items in a tile layout. Each tile contains the name of a song and its composer, and a menu icon."PageName="Views.Navigation.SongsPlayListPage"/>
69
+
<PageName="Movies List"IsNew="True"Description="This page displays items in a tile layout. Each tile contains the name, year of release, and ratings of a movie."PageName="Views.Navigation.MoviesListPage"/>
70
+
<PageName="Names List"IsNew="True"Description="This page displays group names as a list."PageName="Views.Navigation.NamesListPage"/>
71
+
<PageName="Restaurant Page"IsNew="True"Description="This page displays Restaurant lists, items description, Offers and an overall rating."PageName="Views.Navigation.RestaurantPage"/>
72
+
<PageName="Icon Names List "IsNew="True"Description="The icon names list page displays contact lists with icons and a Next option."PageName="Views.Navigation.IconNamesListPage"/>
73
+
<PageName="Suggestion Page"IsNew="True"Description="A suggestion page shows profile names, profile IDs, and an option to let viewers follow accounts."PageName="Views.Navigation.SuggestionPage"/>
74
+
<PageName="App Usage Page"IsNew="True"Description="This page shows the usage of apps, displaying the app names, progress bars, and progress bar values."PageName="Views.Navigation.AppUsagePage"/>
75
+
<PageName="Documents List Page"IsNew="True"Description="This page shows a list of documents, displaying the name of the document, the size of the document, and the time it was last updated."PageName="Views.Navigation.DocumentsListPage"/>
76
+
<PageName="Selectable Name Page "IsNew="True"Description="This page shows a selectable list of names with grouping."PageName="Views.Navigation.SelectableNamePage"/>
66
77
</Category>
67
78
68
79
<CategoryIcon="on-boarding.png"Name="Onboarding"Description="Get your users started with a new app or experience with step-by--step instructions.">
@@ -91,10 +102,10 @@
91
102
<PageName="Payment Page"Description="View card and payment details"PageName="Views.Transaction.PaymentPage"Platform="UWP"/>
92
103
</Category>
93
104
94
-
<CategoryIcon="bookmark.png"IsUpdated="True"Name="Bookmark"Description="Interfaces for users to save shopping items, articles, or pages they’d like to return to later. Users can add or remove items they’ve saved as needed.">
105
+
<CategoryIcon="bookmark.png"Name="Bookmark"Description="Interfaces for users to save shopping items, articles, or pages they’d like to return to later. Users can add or remove items they’ve saved as needed.">
95
106
<PageName="Wishlist Page"Description="This page displays a list of items that an online shopper has saved to potentially purchase later."PageName="Views.Bookmarks.WishlistPage"/>
96
-
<PageName="Cart Page"IsUpdated="True"Description="This page displays a list of products as items added to a cart in a shopping application. The page also allows you to remove items from the shopping cart. "PageName="Views.Bookmarks.CartPage"/>
97
-
<PageName="Article Bookmarks Page"IsUpdated="True"Description="This page displays bookmarked articles in a list. Each list card carries the image, title, author name, created date, and estimated time to read the article."PageName="Views.Bookmarks.BookmarksPage"/>
107
+
<PageName="Cart Page"Description="This page displays a list of products as items added to a cart in a shopping application. The page also allows you to remove items from the shopping cart. "PageName="Views.Bookmarks.CartPage"/>
108
+
<PageName="Article Bookmarks Page"Description="This page displays bookmarked articles in a list. Each list card carries the image, title, author name, created date, and estimated time to read the article."PageName="Views.Bookmarks.BookmarksPage"/>
98
109
</Category>
99
110
100
111
<CategoryIcon="history.png"Name="History"Description="Displays a list of recent actions performed by the user. It can also be used to show the recent transactions in financial apps or recent purchases in shopping apps. ">
@@ -116,17 +127,22 @@
116
127
</Category>
117
128
118
129
<CategoryIcon="tracking.png"Name="Tracking"Description="Displays various trackings like train status, product delivery status, and more.">
119
-
<PageName="Product Delivery Tracking Page"Description="This page displays a live train’s present status with the estimated time of arrival at a specified destination."PageName="Views.Tracking.ProductDeliveryTrackingPage"/>
130
+
<PageName="Prodcut Delivery Tracking Page"Description="This page displays a live train’s present status with the estimated time of arrival at a specified destination."PageName="Views.Tracking.ProductDeliveryTrackingPage"/>
120
131
</Category>
121
132
122
-
<CategoryIcon="dashboard.png"Name="Dashboard"IsUpdated="True"Description="A beautifully presented interface relevant to common real-world use cases.">
133
+
<CategoryIcon="dashboard.png"Name="Dashboard"Description="A beautifully presented interface relevant to common real-world use cases.">
123
134
<PageName="Stock Overview Page"Description="This page displays a dashboard for stock market data visualization."PageName="Views.Dashboard.StockOverviewPage"/>
124
-
<PageName="Health Care Page"IsNew="True"Description="This page displays a dashboard for health-care data visualization."PageName="Views.Dashboard.HealthCarePage"/>
135
+
<PageName="Health Care Page"Description="This page displays a dashboard for health-care data visualization."PageName="Views.Dashboard.HealthCarePage"/>
125
136
</Category>
126
137
127
-
<CategoryIcon="setting.png"Name="Settings"IsUpdated="True"Description="Display various types of settings pages.">
138
+
<CategoryIcon="setting.png"Name="Settings"Description="Display various types of settings pages.">
128
139
<PageName="Setting Page"Description="This page displays a simple settings page that includes account, notification, and support settings."PageName="Views.Settings.SettingPage"/>
129
-
<PageName="Help Page"IsNew="True"Description="This page displays a simple help page that provides help with recent orders and other queries."PageName="Views.Settings.HelpPage"/>
140
+
<PageName="Help Page"Description="This page displays a simple help page that provides help with recent orders and other queries."PageName="Views.Settings.HelpPage"/>
130
141
</Category>
131
142
132
-
</Samples>
143
+
<CategoryIcon="notification.png"Name="Notification"IsUpdated="True"Description="Display various types of notification pages.">
144
+
<PageName="Task Notification Page"IsNew="True"Description="This page displays notifications for tasks, showing descriptions, task IDs, and times."PageName="Views.Notification.TaskNotificationPage"/>
145
+
<PageName="Social Notification Page"IsNew="True"Description="This page displays social media notifications, containing a list of recent notifications and a list of earlier ones."PageName="Views.Notification.SocialNotificationPage"/>
0 commit comments