8 lines
272 B
XML
8 lines
272 B
XML
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="rectangle">
|
|
<gradient
|
|
android:angle="135"
|
|
android:endColor="@color/fuSecondary"
|
|
android:startColor="@color/fuPrimary"
|
|
android:type="linear" />
|
|
</shape> |