ShadowLayout
ShadowLayout copied to clipboard
This library allows you to create a shadow effect for your layout based on your child.
Please republish the library to some other repository as jcenter is depracated and latest gradle versions return warnings. More information can be found here: https://blog.gradle.org/jcenter-shutdown
hi i add ShadowLayout in RecyclerView item ...............
Please use precise version dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) compile 'com.android.support:appcompat-v7:23.3.0' compile 'org.jsoup:jsoup:+' }
I set shadow_angle=90. In Samsung (API 29) it is ok, the direction is top-to-bottom, but in Xiaomi (API 28) it is bottom-to_top.
appears OOM.....