When do I use android:elevation
and when app:elevation
?
What\'s the difference between those two?
Hope I can help, Let's talk with an example:
The android:elevation
attribute will work from the API level 21 and upper.
In this case the app:elevation
attribute belongs to the FloatingActionButton
styleable, inside de Android Design Support Library which will work from version 4 of the framework, instead version 21, the case of android:elevation
.