I\'m trying to use \"android: elevation =\" in my application but once I run it does not appear in the device with android 4.1.2
\"android: elevation =\"
gradle
As described here, you can mimic the elevation on pre-lollipop with:
android:background="@android:drawable/dialog_holo_light_frame"