9 lines
No EOL
273 B
XML
9 lines
No EOL
273 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="rectangle">
|
|
|
|
<gradient
|
|
android:startColor="#c8202020"
|
|
android:endColor="@color/color_transparent" android:angle="-90"/>
|
|
|
|
</shape> |