Skip to content

Commit e33aa6a

Browse files
authored
Fix presentation of DialogFragment (#570)
add info to present doc into the site
1 parent 1c16273 commit e33aa6a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

docs/maui/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,8 @@ items:
215215
items:
216216
- name: Overview
217217
href: platform-specific/index.md
218+
- name: "DialogFragment (Android)"
219+
href: platform-specific/DialogFragment-customization.md
218220
- name: "Navigation Bar (Android)"
219221
href: platform-specific/navigation-bar.md
220222
- name: "Views"

docs/maui/platform-specific/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ The .NET MAUI Community Toolkit provides a set of platform specific features as
1212
| Feature | Description |
1313
| --------- | ----------- |
1414
| [`Android NavigationBar`](navigation-bar.md) | The `NavigationBar` provides the ability to customize the appearance of the Navigation Bar on the Android platform. |
15+
| [`DialogFragment customization`](DialogFragment-customization.md) | The `DialogFragment` is Android's view used to show modal pages, and if you want to access its platform APIs and lifecycle this is the best place to hook into.

0 commit comments

Comments
 (0)