Why backgroundTint requires android: prefix after API 21 but not before?
问题 Declaring a style, when I define an item android:backgroundTint , I get a warning that this is available as of API 21 onward, while my minimum API specified is lower (API 17). On the other hand, when I replace that with simply backgroundTint , the warning is gone. Does anyone know why is that? <!-- Base application theme. --> <style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar"> <!-- Customize your theme here. --> <item name="colorPrimary">@color/colorPrimary</item> <item name=