6 lines
242 B
XML
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>
|