Após criar o fundo.xml no drawable e atualiza-lo no botão, o projeto não executa, apresentando o seguinte problema:
08-25 19:16:11.847 2695-2701/vlc.com.br.agenda W/art: Suspending all threads took: 112.372ms
08-25 19:16:11.864 2695-2695/vlc.com.br.agenda W/art: Before Android 4.1, method android.graphics.PorterDuffColorFilter android.support.graphics.drawable.VectorDrawableCompat.updateTintFilter(android.graphics.PorterDuffColorFilter, android.content.res.ColorStateList, android.graphics.PorterDuff$Mode) would have incorrectly overridden the package-private method in android.graphics.drawable.Drawable
08-25 19:16:12.433 2695-2695/vlc.com.br.agenda D/AndroidRuntime: Shutting down VM
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<solid
android:color="#ff0000"/>
</shape>
<Button
android:layout_width="56dp"
android:layout_height="56dp"
android:text="+"
android:textColor="#ffffff"
android:textSize="40sp"
android:elevation="6dp"
android:layout_alignParentBottom="true"
android:layout_alignParentRight="true"
android:layout_marginBottom="16dp"
android:layout_marginRight="16dp"
android:background="@drawable/fundo"
android:stateListAnimator="@null"
/>insira seu código aqui