Trabalho_de_LP/app/src/main/res/drawable/fab_gradient.xml

12 lines
361 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<gradient
android:startColor="@color/primary_color"
android:endColor="@color/primary_dark"
android:angle="45" />
<stroke
android:width="2dp"
android:color="@color/white" />
</shape>