9 lines
314 B
XML
9 lines
314 B
XML
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:shape="rectangle">
|
||
|
<gradient
|
||
|
android:angle="135"
|
||
|
android:centerColor="@color/header2D"
|
||
|
android:endColor="@color/header1D"
|
||
|
android:startColor="@color/header3D"
|
||
|
android:type="linear" />
|
||
|
</shape>
|