frameworks/opt/chips/res/drawable/chip_autocomplete_divider_b...

6 lines
242 B
XML

<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:angle="90"
android:startColor="@android:color/transparent"
android:endColor="@color/autocomplete_bottom_shadow_start" />
</shape>