mirror of
https://github.com/material-components/material-components-android.git
synced 2026-01-18 11:02:11 +08:00
*** Reason for rollback *** fontVariationSettings fix landed in AndroidX *** Original change description *** [Typography] Added workaround for fontVariationSettings being set through a TextAppearance A bug in AppCompatTextView causes fontVariationSettings set through a TextAppearance in xml to not take effect. This is a temporary woraround that cycles the settings to force them to be re-set until the fix is made in appcompat. Resolves https://github.com/material-components/material-components-android/pull/4235 PiperOrigin-RevId: 659534202