I've added the support library for APIs below 21 and am testing the elevation
property on my components.
In layout view, when I click on the design tab, I can see the elevation but when I run to my smartphone does not change anything, it continues without any elevation.
Before adding the support I could not even use the property, so I do not understand how I can use it now and it does not work.
I added the lines in dependencies
, in gradle:
compile 'com.android.support:appcompat-v7:22.2.1'
compile 'com.android.support:design:22.2.1'