Skip to content

Commit 5dfed19

Browse files
manabu-nakamuraleticiarossi
authored andcommitted
[Docs][TabLayout] update Tabs.md
Resolves #4515 GIT_ORIGIN_REV_ID=864426c71a9cbc53e0d166bc54a5c8dbb716429d PiperOrigin-RevId: 712585239
1 parent ed6c81b commit 5dfed19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/components/Tabs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ attributes in `tabTextAppearance` to avoid unintended behavior.
379379
Element | Attribute | Related method(s) | Default value
380380
-------------------- | --------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | -------------
381381
**Ripple color** | `tabRippleColor` | `setTabRippleColor`<br>`setTabRippleColorResource`<br>`getTabRippleColor` | `colorOnSurfaceVariant` at 16% opacity and `colorPrimary` at 16% opacity (activated) (see all [states](https://github.com/material-components/material-components-android/tree/master/lib/java/com/google/android/material/tabs/res/color/m3_tabs_ripple_color.xml))
382-
**Unbounded ripple** | `tabUnboundedRipple` | `setUnboundedRipple`<br>`setUnboundedRippleResource`<br>`hasUnboundedRipple` | `true`
382+
**Unbounded ripple** | `tabUnboundedRipple` | `setUnboundedRipple`<br>`setUnboundedRippleResource`<br>`hasUnboundedRipple` | `false`
383383
**Gravity** | `tabGravity` | `setTabGravity`<br>`getTabGravity` | `fill`
384384
**Min width** | `tabMinWidth` | N/A | `72dp` (scrollable) or `wrap_content`
385385
**Max width** | `tabMaxWidth` | N/A | `264dp`

0 commit comments

Comments
 (0)