elevation effect of overlapped view Dankers July 08, 2016 This example show how elevation effect of overlapped view. package com.blogspot.android_er.androidzelevation; import android.os.Build; impor... Read more »
Change elevation at run-time, by calling setZ() Dankers July 05, 2016 This example show how to change elevation of ImageView programmatically, by calling setZ(). <?xml version="1.0" encoding="... Read more »
Example of applying android:elevation on ImageView Dankers July 05, 2016 Example to apply android:elevation on ImageView. <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:and... Read more »