Is there any way to apply the old style in existin...
# compose
h
Is there any way to apply the old style in existing app with compose like below
Copy code
<style name="TextAppearance.TypographyStyles.Caption.Test">
        <item name="fontFamily">@font/roboto_medium</item>
        <item name="android:fontFamily">@font/roboto_medium</item>
        <item name="android:letterSpacing">0.0</item>
    </style>
h
thx for ur help, let me see