Updated code and README
|
@ -1,10 +1,7 @@
|
|||
# DrasticOverlay - Fun with MAUI's `IWindowOverlay`
|
||||
# .NET MAUI Overlay Playground - Fun with MAUI's `IWindowOverlay`
|
||||
|
||||
https://user-images.githubusercontent.com/898335/144733428-c1c74f8a-321c-4d35-b28b-86e29b312ba1.mp4
|
||||
|
||||
**This requires MAUI Preview 11+**
|
||||
![.NET MAUI Overlay](images/netmaui-overlay.gif)
|
||||
|
||||
This repo contains some examples of MAUI `IWindowOverlay` implementations. While its primary use is for the `VisualDiagnostics` layer on `Window`, it can be used for much more.
|
||||
|
||||
I've written some examples of how you can use `IWindowOverlay` to create custom UI to show both in the foreground and background of your apps. Play around with it and have fun!
|
||||
|
||||
NOTE: Sample by [Tim Miller](https://github.com/drasticactions) (team mate working in Visual Studio Tools at Microsoft).
|
После Ширина: | Высота: | Размер: 331 KiB |
|
@ -46,7 +46,7 @@
|
|||
<uap:ShowOn Tile="wide310x150Logo"/>
|
||||
</uap:ShowNameOnTiles>
|
||||
</uap:DefaultTile >
|
||||
<uap:SplashScreen Image="Assets\appiconfgSplashScreen.png" />
|
||||
|
||||
</uap:VisualElements>
|
||||
</Application>
|
||||
</Applications>
|
До Ширина: | Высота: | Размер: 12 KiB После Ширина: | Высота: | Размер: 12 KiB |
До Ширина: | Высота: | Размер: 228 B После Ширина: | Высота: | Размер: 228 B |
До Ширина: | Высота: | Размер: 1.8 KiB После Ширина: | Высота: | Размер: 1.8 KiB |