Hi,
I would like to use Material Design components for Android (https://material.io/).
In the manifest editor, I declare :
But I have an error when I build sample projet. I think I have checked everything, so I dont no why
Can anyone help me ? thanks in advance. ?
I add an example to test, and the list of installed components.
I would like to use Material Design components for Android (https://material.io/).
In the manifest editor, I declare :
manifest.xml:
CreateResource(values-v25, theme.xml,
<resources>
<style name="Theme.MyApp" parent="Theme.MaterialComponents.DayNight">
<!-- ... -->
</style>
</resources>
)
But I have an error when I build sample projet. I think I have checked everything, so I dont no why
Can anyone help me ? thanks in advance. ?
I add an example to test, and the list of installed components.