I would like to have the same drop shadow like Instagram.
So I've created this drawable, but it's not totally the same. Could you help me guys please?
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<gradient
android:type="linear"
android:startColor="@android:color/transparent"
android:centerColor="#22232323"
android:endColor="#77232323"
android:angle="90"/>
</shape>
Thank you very much!