I cannot get a plus or minus button to display properly. Any other button I've tried has had no problem so I'm unsure why the issue with those two. The button just displays a small solid circle on te button instead of a plus or minus.
<com.google.android.material.floatingactionbutton.FloatingActionButton
android:id="@+id/newItem"
android:layout_width="139dp"
android:layout_height="125dp"
android:layout_gravity="bottom|end"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:srcCompat="@android:drawable/btn_plus"
/>```