I am trying to make use of the elevation property in the latest Android Lollipop preview release. I set the targetSdk to 21 and the theme to Material. Next i added a backgro
ADDING android:elevation shadow to an ImageView:
android:clipToPadding="false" + android:outlineProvider="bounds" + android:elevation="2dp"