5fb83a47f2
Change-Id: Ibdc88715e38590cedf8a7b5174061bb2c6ef9533
8 lines
301 B
XML
8 lines
301 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<gradient
|
|
android:angle="90"
|
|
android:endColor="@android:color/transparent"
|
|
android:startColor="@color/chip_scrim_start_color"
|
|
android:type="linear" />
|
|
</shape> |