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: uwp/launch-resume/create-adaptive-tiles.md
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,16 @@
1
1
---
2
-
description: Adaptive tile templates are a new feature in Windows 10, allowing you to design your own tile notification content using a simple and flexible markup language that adapts to different screen densities.
2
+
description: Adaptive tile templates allow you to design tile notification content using a simple, flexible markup language that adapts to different screen densities.
3
3
title: Create adaptive tiles
4
4
ms.assetid: 1246B58E-D6E3-48C7-AD7F-475D113600F9
5
5
label: Create adaptive tiles
6
6
template: detail.hbs
7
7
ms.date: 08/08/2024
8
-
ms.topic: article
8
+
ms.topic: concept-article
9
9
keywords: windows 10, uwp
10
10
ms.localizationpriority: medium
11
+
# customer intent: As a Windows developer, I want to create adaptive tiles for my app so that I can provide a better user experience.
11
12
---
13
+
12
14
# Create adaptive tiles
13
15
14
16
[!INCLUDE [notes](includes/live-tiles-note.md)]
@@ -21,7 +23,7 @@ Adaptive tile templates are a new feature in Windows 10, allowing you to design
21
23
22
24
**Install Notifications library.** If you'd like to use C# instead of XML to generate notifications, install the NuGet package named [Microsoft.Toolkit.Uwp.Notifications](https://www.nuget.org/packages/Microsoft.Toolkit.Uwp.Notifications/) (search for "notifications uwp"). The C# samples provided in this article use version 1.0.0 of the NuGet package.
23
25
24
-
**Install Notifications Visualizer.** This free Windows app helps you design adaptive live tiles by providing an instant visual preview of your tile as you edit it, similar to Visual Studio's XAML editor/design view. See [Notifications Visualizer](/windows/apps/design/shell/tiles-and-notifications/notifications-visualizer) for more information, or [download Notifications Visualizer from the Store](https://www.microsoft.com/store/apps/notifications-visualizer/9nblggh5xsl1).
26
+
**Install Notifications Visualizer.** This free Windows app helps you design adaptive live tiles by providing an instant visual preview of your tile as you edit it, similar to Visual Studio's XAML editor/design view. See [Notifications Visualizer](/windows/apps/design/shell/tiles-and-notifications/notifications-visualizer) for more information, or [download Notifications Visualizer from the Store](https://apps.microsoft.com/detail/9nblggh5xsl1).
25
27
26
28
## How to send a tile notification
27
29
@@ -218,7 +220,7 @@ new TileVisual()
218
220
Branding can be applied for specific tile sizes one of two ways:
219
221
220
222
1. By applying the attribute on the [TileBinding](tile-schema.md#tilebinding) element.
221
-
2. By applying the attribute on the [TileVisual](tile-schema.md#tilevisual) element, which affects the entire notification payload.
223
+
1. By applying the attribute on the [TileVisual](tile-schema.md#tilevisual) element, which affects the entire notification payload.
222
224
223
225
If you don't specify branding for a binding, it will use the branding that's provided on the visual element.
224
226
@@ -1334,7 +1336,7 @@ TileWide = new TileBinding()
0 commit comments