I have done some extensive searching for code examples on this but cannot find anything.
In particular, I am looking to add a shadow to a png drawable I am using in
For API 21(5.0)+ add android:elevation="4dp" or android:translationZ="4dp" to view description. Documentation
android:elevation="4dp"
android:translationZ="4dp"