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

python - Selenium remoteWebDriver (& SauceLabs) Firefox moseMoveTo action exception -

Ansible warning on jinja2 braces on when -

html - How to custom Bootstrap grid height? -