I am trying the apply elevation effect for ImageButton. It works well on my Nexus tablet running Android 5.0 but elevation does not work on Pre-Lollipop devices.
Tried ViewCompat.setElevation(view, evaluationValue) but nothing changed.
I saw some applications like Swarm or Gmail apps use elevation effect for their FAB (Floating Action Button) on Pre-Lollipop devices.
Do you have an idea how they use elevation?