Jeff Verkoeyen
1abdf16760
Optimizing imports
...
PiperOrigin-RevId: 357185990
2021-02-12 07:36:41 -08:00
Andrew Overton
8759533368
[BottomNavigation] Replace bottom navigation README
...
This PR replaces the bottom navigation readme as part of b/151662303.
Closes https://github.com/material-components/material-components-ios/pull/10005
PiperOrigin-RevId: 314605625
2020-06-03 14:35:12 -07:00
Jeff Verkoeyen
92254ea119
Rename all icons to an ic_<#name#> convention.
...
PiperOrigin-RevId: 308232277
2020-04-24 04:33:51 -07:00
Bryan Oltman
3b0bc4fda3
[BottomNavigation] Migrate MDCBottomNavigationBarColorThemer use to theming extension ( #9142 )
...
Migrate `MDCBottomNavigationBarColorThemer` logic to theming extensions to prepare for the eventual deletion of `MDCBottomNavigationBarColorThemer`.
Part of #9130
2019-12-06 12:43:55 -05:00
Bryan Oltman
352a110b81
[BottomNavigation] Deprecate MDCBottomNavigationBarColorThemer ( #9126 )
...
* [BottomNavigation] Deprecate MDCBottomNavigationBarColorThemer
* clang
2019-12-05 15:20:02 -05:00
Robert Moore
48e95bbf0e
[BottomNavigation] Don't set sizeThatFitsIncludesSafeArea. ( #8065 )
...
The default value is false, so setting it to `false`/`NO` is unnecessary.
Part of #6783
2019-07-24 00:43:11 -04:00
Robert Moore
10ed6188a5
[BottomNavigation] Examples clean-up. ( #6718 )
...
This is a collection of internal clean-ups that were overdue on Bottom Navigation examples. Nearly all examples (8 of 9) were updated. The majority of the improvements focused on visual layout and appearance, but some code clean-up took place as well.
* Making sure buttons/labels remain on-screen after rotations.
* Correctly positioning the BottomNavigationBar with respect to the safe
area.
* Not adding subviews or configuring views in `-init`
* Allow Catalog/Dragons to inject an App Bar.
* Stop overriding titles.
* Use property access.
## Before/After Screenshots
Not all examples visibly changed as a result of the code clean-up (e.g., "Bottom Navigation" and "Blur Effect"), but the before and after images are present to make it easier to review.
|Example|Before|After|
|---|---|---|
|Badge Value Test|||
|Blur Effect|||
|Bottom Navigation|||
|Bottom Navigation (Swift)|||
|Bottom Navigation Reorder (Swift)|||
|Bottom Navigation Selected|||
|Bottom Navigation Set Color (Swift)|||
|Bottom Navigation Title Visibility (Swift)|||
2019-03-06 08:52:54 -05:00
Robert Moore
cbac7a9a48
[BottomNavigation] Add blur example ( #6589 )
...
Adds a new Dragons example to demonstrate the blur effect available for
Bottom Navigation Bar.

Follow-up to #6587
Part of #5217
2019-02-11 15:26:40 -05:00