Home | History | Annotate | Download | only in drawable
      1 <shape xmlns:android="http://schemas.android.com/apk/res/android">
      2     <gradient
      3         android:angle="90"
      4         android:startColor="@android:color/transparent"
      5         android:endColor="@color/autocomplete_bottom_shadow_start" />
      6 </shape>