10 lines
329 B
XML
10 lines
329 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="#80D0C7"
|
|
android:centerColor="#A4E5E0"
|
|
android:endColor="#E2F6FA"
|
|
android:angle="135"
|
|
android:type="linear" />
|
|
</shape> |