Answers for "app cornerRadius not working android material button"

0

app cornerRadius not working android material button

<style name="AppTheme.Clinic" parent="Theme.MaterialComponents.Light.NoActionBar">
        <item name="colorPrimary">@color/colorPrimary</item>
        <item name="colorPrimaryDark">@color/colorPrimaryDark</item>
        <item name="colorAccent">@color/colorAccent</item>
</style>
Posted by: Guest on March-02-2022

Code answers related to "app cornerRadius not working android material button"

Browse Popular Code Answers by Language