10 lines
317 B
XML
10 lines
317 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<corners
|
|
android:topLeftRadius="8dp"
|
|
android:topRightRadius="8dp" />
|
|
<gradient
|
|
android:angle="90"
|
|
android:endColor="#000000"
|
|
android:startColor="#9000" />
|
|
</shape> |