Skip to content

Commit eaccf36

Browse files
Merge pull request #5277 from MicrosoftDocs/alvinashcraft/main-create-adaptive-tiles-uwp-broken-link
Fix broken notifications visualizer store link in UWP topic
2 parents 08443ad + 32d8ccc commit eaccf36

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

uwp/launch-resume/create-adaptive-tiles.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
---
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.
33
title: Create adaptive tiles
44
ms.assetid: 1246B58E-D6E3-48C7-AD7F-475D113600F9
55
label: Create adaptive tiles
66
template: detail.hbs
77
ms.date: 08/08/2024
8-
ms.topic: article
8+
ms.topic: concept-article
99
keywords: windows 10, uwp
1010
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.
1112
---
13+
1214
# Create adaptive tiles
1315

1416
[!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
2123

2224
**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.
2325

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).
2527

2628
## How to send a tile notification
2729

@@ -218,7 +220,7 @@ new TileVisual()
218220
Branding can be applied for specific tile sizes one of two ways:
219221

220222
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.
222224

223225
If you don't specify branding for a binding, it will use the branding that's provided on the visual element.
224226

@@ -1334,7 +1336,7 @@ TileWide = new TileBinding()
13341336
}
13351337
```
13361338

1337-
## Related topics
1339+
## Related content
13381340

13391341
- [Tile content schema](tile-schema.md)
13401342
- [Send a local tile notification](sending-a-local-tile-notification.md)

0 commit comments

Comments
 (0)