drawable - Android: how to have the same drop shadow like Instagram? -
i have same drop shadow instagram.
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
Post a Comment