ShadowView
ShadowView copied to clipboard
Dynamic shadows on Android
Results
3
ShadowView issues
Sort by
recently updated
recently updated
newest added
How can I use it without `android:clipChildren="false"`? I'd love to hear your advice on how to do that.
Hi, I'm trying to use your library from my java project: ``` ``` I'm using an ImageView (PhotoView) and Glide... ``` // Target b.into(photoView); new Handler().postDelayed(() -> { RenderScriptProvider renderScriptProvider...