Skip to content

Commit

Permalink
[Tabs] Add missing div tag
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 346779071
  • Loading branch information
andrewoverton authored and material-automation committed Dec 10, 2020
1 parent 75a2ad1 commit 7de109e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/Tabs/README.md
Expand Up @@ -207,6 +207,7 @@ MDCContainerScheme *containerScheme = [[MDCContainerScheme alloc] init];
// Or Surface Theme
[self.tabBar applySurfaceThemeWithScheme:containerScheme];
```
<!--</div>-->
## Migrating from legacy tabs
Expand All @@ -229,7 +230,7 @@ and its APIs present equivalent information.
To set the image tint colors, use `- setImageTintColor:forState:`. The
`MDCTabBar` APIs, `- selectedItemTintColor` and `- unselectedItemTintColor` are
unavailable.
unavailable.
To set the fonts of the labels, use `- setTitleFont:forState:`.
The `MDCTabBar` APIs, `- selectedItemTitleFont` and `- unselectedItemTitleFont`
Expand Down

0 comments on commit 7de109e

Please sign in to comment.