You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not without modifying the DragLinearLayout source code.
If your minSdkVersion is >= 21, I would suggest looking into changing the View's elevation dynamically and making use of the system's dynamic shadows instead of faking the effect with a shadow Drawable as this library does.
escobar5, i have submitted a pull request that - might - solve the issue for you. it will depend how "rounded" your view is... but at least with slightly rounded corners it should look fine.
Is there a way to get a rounded shadow that matches my rounded view background?
The text was updated successfully, but these errors were encountered: