Change look of fab button add

This commit is contained in:
jacques 2020-05-24 21:23:00 +02:00
parent 8dfe419b69
commit c51609e6ad

View file

@ -1,12 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<com.google.android.material.floatingactionbutton.FloatingActionButton xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/fb"
android:layout_width="60dp"
android:layout_height="60dp"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:layout_gravity="top|center"
android:backgroundTint="@drawable/fb_play_bg"
android:src="@drawable/fb_icon_play" />
android:backgroundTint="@android:color/transparent"
app:fabCustomSize="36dp"
app:maxImageSize="40dp"
android:src="@drawable/ic_add_circle_black_24dp" />