Google has shown some nice ways that elevation effect are shown on Lollipop here.
android:elevation=\"2dp\"
for buttons,
an
u can easily simulate it by declaring a drawable like this -
shadow.xml
and use it int ur main xml like -
android:background="@drawable/shadow"