material-components/material-components-android-codelabs

MDC-103 Android (Java) - title style textAllCaps

nhantran0 opened this issue · 1 comments

The mistake is at the 2nd last xml box containing code for styles.xml:

<style name="TextAppearance.Shrine.Title" parent="TextAppearance.MaterialComponents.Headline4">
   <item name="textAllCaps">true</item>
   ...
</style>

The correct item name is "android:textAllCaps".

Codelab details:

My mistake. They all work.