I am developing an application for Android, using the style of design materials and therefore the minSdkVersion = 22
.
What happens is that I want the application support from the minSdkVersion = 10
.
It could make various styles one for each minSdkVersion
.
What think?