MPAndroidChart
MPAndroidChart copied to clipboard
MarkerView Dropshadow
Hi Is there any way to insert drop shadow to custom marker view for android
If you add android:elevation="30dp" you may find it‘s useless,because the shadow was cut when it draw markerview。
Besides,the Android's shdow is shit.So I recomment you use this library to draw shadow:https://github.com/lihangleo2/ShadowLayout
It almost can draw any shadow you want。You can use it in your custom marker,then you can get shadow like below image:
