2 Commits

Author SHA1 Message Date
Robert Moore
cbac7a9a48
[BottomNavigation] Add blur example (#6589)
Adds a new Dragons example to demonstrate the blur effect available for
Bottom Navigation Bar.

![dragons-bn-blur-example](https://user-images.githubusercontent.com/1753199/52529080-52b9f000-2cb9-11e9-9a7a-fc486612f889.png)

Follow-up to #6587
Part of #5217
2019-02-11 15:26:40 -05:00
Robert Moore
e1fe168b73
[BottomNavigation] Use chrome_reader in example. (#6551)
The typical use example for Bottom Navigation should use the icon
`chrome_reader_mode` to make it easier to compare the implementation to
[the Material.io guidelines article for Bottom Navigation](https://material.io/design/components/bottom-navigation.html#behavior).

|Before|After|
|---|---|
|![bn-typical-search-before](https://user-images.githubusercontent.com/1753199/52225282-07967c00-2878-11e9-8278-a32b8b0b4fc9.png)|![bn-typical-reader-after](https://user-images.githubusercontent.com/1753199/52225293-0b2a0300-2878-11e9-84b9-d951f545ab6d.png)|

Preparation for #6520
2019-02-04 13:54:14 -05:00