drawable - Android: how to have the same drop shadow like Instagram? -


i have same drop shadow instagram.

enter image description here

so i've created drawable, it's not totally same. 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 much!


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -