Skip to content

Commit

Permalink
Implement BackdropDemo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuncong Zhang committed Mar 21, 2019
1 parent 921dd7c commit 356e803
Show file tree
Hide file tree
Showing 48 changed files with 2,380 additions and 10 deletions.
423 changes: 423 additions & 0 deletions Samples/UIWidgetsGallery/demo/material/backdrop_demo.cs

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions Samples/UIWidgetsGallery/demo/material/backdrop_demo.cs.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions Samples/UIWidgetsGallery/gallery/demos.cs
Original file line number Diff line number Diff line change
Expand Up @@ -173,16 +173,16 @@ static List<GalleryDemo> _buildGalleryDemos() {
routeName: TypographyDemo.routeName,
buildRoute: (BuildContext context) => new TypographyDemo()
),
//
// // Material Components
// new GalleryDemo(
// title: "Backdrop",
// subtitle: "Select a front layer from back layer",
// icon: GalleryIcons.backdrop,
// category: GalleryDemoCategory._kMaterialComponents,
// routeName: BackdropDemo.routeName,
// buildRoute: (BuildContext context) => BackdropDemo()
// ),

// Material Components
new GalleryDemo(
title: "Backdrop",
subtitle: "Select a front layer from back layer",
icon: GalleryIcons.backdrop,
category: DemoUtils._kMaterialComponents,
routeName: BackdropDemo.routeName,
buildRoute: (BuildContext context) => new BackdropDemo()
),
// new GalleryDemo(
// title: "Bottom app bar",
// subtitle: "Optional floating action button notch",
Expand Down
8 changes: 8 additions & 0 deletions Tests/Resources/products.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Tests/Resources/products/backpack.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
88 changes: 88 additions & 0 deletions Tests/Resources/products/backpack.png.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Tests/Resources/products/belt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
88 changes: 88 additions & 0 deletions Tests/Resources/products/belt.png.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Tests/Resources/products/cup.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
88 changes: 88 additions & 0 deletions Tests/Resources/products/cup.png.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Tests/Resources/products/deskset.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
88 changes: 88 additions & 0 deletions Tests/Resources/products/deskset.png.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Tests/Resources/products/dress.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 356e803

Please sign in to comment.