-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(SamplePageLayout): Added Fluent option for sample pages layout
- Loading branch information
1 parent
5b56af5
commit 5b5f620
Showing
10 changed files
with
472 additions
and
365 deletions.
There are no files selected for viewing
Binary file added
BIN
+235 Bytes
...oolkit.Samples/Uno.Toolkit.Samples.Shared/Assets/FluentIcon_Small.scale-100.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+266 Bytes
...oolkit.Samples/Uno.Toolkit.Samples.Shared/Assets/FluentIcon_Small.scale-150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+295 Bytes
...oolkit.Samples/Uno.Toolkit.Samples.Shared/Assets/FluentIcon_Small.scale-200.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+341 Bytes
...oolkit.Samples/Uno.Toolkit.Samples.Shared/Assets/FluentIcon_Small.scale-300.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+415 Bytes
...oolkit.Samples/Uno.Toolkit.Samples.Shared/Assets/FluentIcon_Small.scale-400.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,7 @@ public enum Design | |
{ | ||
Material, | ||
Cupertino, | ||
Fluent, | ||
Agnostic, | ||
} | ||
} |
Oops, something went wrong.