1

I would like to have the same drop shadow like Instagram.

enter image description here

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!

anthony
  • 7,653
  • 8
  • 49
  • 101

0 Answers0