Skip to content

Commit 32d8ccc

Browse files
committed
Tweaks for learn linter pattern compliance
1 parent 207c519 commit 32d8ccc

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

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

Lines changed: 6 additions & 4 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)]
@@ -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)