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
+17-16Lines changed: 17 additions & 16 deletions
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"IsUpdated="True"Name="Forms"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"/>
@@ -13,20 +13,20 @@
13
13
<PageName="Add Contact Page"Description="This page allows users to add new contacts with additional information such as name, email address, and phone number."PageName="Views.Forms.AddContactPage"/>
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
-
<PageName="Add Profile Page"IsNew="True"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"/>
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
17
</Category>
18
18
19
-
<CategoryIcon="catalog.png"Name="Catalog"IsUpdated="True"Description="Let the users select from the list of items that includes titles, brief descriptions, and photos.">
19
+
<CategoryIcon="catalog.png"Name="Catalog"Description="Let the users select from the list of items that includes titles, brief descriptions, and photos.">
20
20
<PageName="Category Tile Page"Description="Displaying an image with a title is a scenario in most applications, and this page categorizes product images and provides a title for the category."PageName="Views.Catalog.CategoryTilePage"/>
21
21
<PageName="Catalog Tile Page"Description="In any e-commerce application, showcasing a product with a rating and other details is mandatory. This page showcases a set of products with a short description, price, and user rating. "PageName="Views.Catalog.CatalogTilePage"/>
22
22
<PageName="Catalog List Page"Description="Displaying an image with some information is a scenario in many applications, and this page showcases product images with their titles, prices, and discounted prices."PageName="Views.Catalog.CatalogListPage"/>
23
23
<PageName="Article List Page"Description="This page displays featured articles with a rotator on top and the remaining stories displayed as a list. Each list card carries the image, title, author name, created date, and estimated time to read the article."PageName="Views.Catalog.ArticleListPage"/>
24
24
<PageName="Article Tile Page"Description="This page displays featured articles with a rotator on top and the remaining stories displayed as tiles. Each tile card contains the image, title, author name, created date, and estimated time to read the article."PageName="Views.Catalog.ArticleTilePage"/>
25
-
<PageName="Product Home Page"IsNew="True"Description="This page displays featured articles with a rotator at the top and the remaining stories displayed as tiles. Each tile card contains an image, title, author’s name, created date, and estimated time to read the article."PageName="Views.Catalog.ProductHomePage"/>
25
+
<PageName="Product Home Page"Description="This page displays featured articles with a rotator at the top and the remaining stories displayed as tiles. Each tile card contains an image, title, author’s name, created date, and estimated time to read the article."PageName="Views.Catalog.ProductHomePage"/>
26
26
</Category>
27
27
28
-
<CategoryIcon="detail.png"IsUpdated="True"Name="Detail"Description="Display detailed and relevant information with random layouts.">
29
-
<PageName="Product Detail Page"IsUpdated="True"Description="This page showcases the complete details of a product with a rotator control to provide different images of the product, available size variants, product description, price, discount, and reviews."PageName="Views.Detail.DetailPage"/>
28
+
<CategoryIcon="detail.png"Name="Detail"Description="Display detailed and relevant information with random layouts.">
29
+
<PageName="Product Detail Page"Description="This page showcases the complete details of a product with a rotator control to provide different images of the product, available size variants, product description, price, discount, and reviews."PageName="Views.Detail.DetailPage"/>
30
30
<PageName="Feedback Detail Page"Description="This page displays the full-page product image and user feedback consisting of a short description and rating."PageName="Views.Detail.FeedbackDetailPage"/>
31
31
<PageName="Article Detail Page"Description="This page displays an article with the title, image, and text."PageName="Views.Detail.ArticleDetailPage"/>
32
32
</Category>
@@ -36,8 +36,9 @@
36
36
<PageName="Chat Conversation Page"Description="This page displays a recent conversation with a contact in a chat application. The page provides options to send files, images, or any other attachments as well as text messages."PageName="Views.Chat.ChatMessagePage" />
37
37
</Category>
38
38
39
-
<CategoryIcon="article.png"IsNew="True"Name="Article"Description="Organize blog posts in an easy-to-navigate layout.">
39
+
<CategoryIcon="article.png"IsUpdated="True"Name="Article"Description="Organize blog posts in an easy-to-navigate layout.">
40
40
<PageName="Article Detail with Comments Page"Description="This page displays an article with the title, image, and text."PageName="Views.Article.ArticleWithCommentsPage" />
41
+
<PageName="Article Parallax Header Page"IsNew="True"Description="This page displays an article with a pleasant parallax effect."PageName="Views.Article.ArticleParallaxHeaderPage" />
41
42
<PageName="My Article Page"Description="This page displays an article with the title, image, and text with customized layout."PageName="Views.Article.MyArticlePage" />
42
43
</Category>
43
44
@@ -62,7 +63,7 @@
62
63
<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"/>
63
64
</Category>
64
65
65
-
<CategoryIcon="on-boarding.png"IsUpdated="True"Name="Onboarding"Description="Get your users started with a new app or experience with step-by--step instructions.">
66
+
<CategoryIcon="on-boarding.png"Name="Onboarding"Description="Get your users started with a new app or experience with step-by--step instructions.">
66
67
<PageName="Walkthrough Page"Description="Guide users through a setup process on color gradient pages"PageName="Views.OnBoarding.OnBoardingAnimationPage"/>
67
68
</Category>
68
69
@@ -88,21 +89,21 @@
88
89
<PageName="Payment Page"Description="View card and payment details"PageName="Views.Transaction.PaymentPage"Platform="UWP"/>
89
90
</Category>
90
91
91
-
<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.">
92
-
<PageName="Wishlist Page"IsUpdated="True"Description="This page displays a list of items that an online shopper has saved to potentially purchase later."PageName="Views.Bookmarks.WishlistPage"/>
93
-
<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"/>
94
-
<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"/>
92
+
<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.">
93
+
<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"/>
94
+
<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"/>
95
+
<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"/>
95
96
</Category>
96
97
97
98
<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. ">
98
99
<PageName="Transaction History Page"Description="This page displays the list of recent transactions."PageName="Views.History.TransactionHistoryPage"/>
99
100
<PageName="My Orders Page"Description="This page displays the list of the user’s recent orders."PageName="Views.History.MyOrdersPage"/>
100
101
</Category>
101
102
102
-
<CategoryIcon="social.png"IsUpdated="True"Name="Social"Description="Layouts for social media profile pages with different features, such as follower counts, profile pictures, biographical information, and related profiles.">
103
+
<CategoryIcon="social.png"Name="Social"Description="Layouts for social media profile pages with different features, such as follower counts, profile pictures, biographical information, and related profiles.">
103
104
<PageName="Social Profile with Connections Page"Description="This page displays a social media profile page with links to other profiles that the user may be interested in."PageName="Views.Social.SocialProfileWithConnectionsPage"/>
104
105
<PageName="Social Profile with Card Page"Description="This page displays a social media profile with a user’s image, location, and biographical information presented on a card."PageName="Views.Social.SocialProfileWithCardPage"/>
105
-
<PageName="Social Profile with Interest Page"IsNew="True"Description="This page displays a social media profile with a user’s image, location, interests, and biographical information presented on a card."PageName="Views.Social.SocialProfileWithInterestsPage"/>
106
+
<PageName="Social Profile with Interest Page"Description="This page displays a social media profile with a user’s image, location, interests, and biographical information presented on a card."PageName="Views.Social.SocialProfileWithInterestsPage"/>
106
107
</Category>
107
108
108
109
<CategoryIcon="profile.png"Name="Profile"Description="Display various user profiles related to an article, chat user, and more.">
@@ -112,8 +113,8 @@
112
113
<PageName="Master Page"Description="This page displays an interactive burger menu of article pages. If you are working with a master-details page for articles, this page will be the master page for navigating across the application."PageName="Views.Profile.MasterPage"/>
113
114
</Category>
114
115
115
-
<CategoryIcon="navigation.png"Name="Tracking"IsNew="True"Description="Displays various trackings like train status, product delivery status, and more.">
116
-
<PageName="Prodcut Delivery Tracking Page"Description="This page displays a current status with the estimated time of product delivery."PageName="Views.Tracking.ProductDeliveryTrackingPage"/>
116
+
<CategoryIcon="navigation.png"Name="Tracking"Description="Displays various trackings like train status, product delivery status, and more.">
117
+
<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"/>
0 commit comments