mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-13 00:51:35 +01:00
Change look of fab button add
This commit is contained in:
parent
8dfe419b69
commit
c51609e6ad
1 changed files with 7 additions and 5 deletions
|
@ -1,12 +1,14 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<com.google.android.material.floatingactionbutton.FloatingActionButton xmlns:android="http://schemas.android.com/apk/res/android"
|
<com.google.android.material.floatingactionbutton.FloatingActionButton xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||||
android:id="@+id/fb"
|
android:id="@+id/fb"
|
||||||
android:layout_width="60dp"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="60dp"
|
android:layout_height="wrap_content"
|
||||||
android:layout_centerInParent="true"
|
android:layout_centerInParent="true"
|
||||||
android:layout_gravity="top|center"
|
android:layout_gravity="top|center"
|
||||||
android:backgroundTint="@drawable/fb_play_bg"
|
android:backgroundTint="@android:color/transparent"
|
||||||
android:src="@drawable/fb_icon_play" />
|
app:fabCustomSize="36dp"
|
||||||
|
app:maxImageSize="40dp"
|
||||||
|
android:src="@drawable/ic_add_circle_black_24dp" />
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue