12 lines
329 B
XML
12 lines
329 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="rectangle"
|
|
android:visible="true">
|
|
|
|
<gradient
|
|
android:angle="270"
|
|
android:startColor="#171D52"
|
|
android:centerColor="#3F4DBA"
|
|
android:endColor="#5E68BD" />
|
|
|
|
</shape>
|