mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-10 07:51:20 +01:00
Change size button (not used, will be removed)
This commit is contained in:
parent
aa73079935
commit
c3d63287d6
1 changed files with 2 additions and 3 deletions
|
@ -1,6 +1,5 @@
|
|||
<?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="match_parent"
|
||||
|
@ -8,7 +7,7 @@
|
|||
android:layout_centerInParent="true"
|
||||
android:layout_gravity="top|center"
|
||||
android:backgroundTint="@android:color/transparent"
|
||||
app:fabCustomSize="36dp"
|
||||
app:maxImageSize="40dp"
|
||||
app:fabCustomSize="60dp"
|
||||
app:maxImageSize="60dp"
|
||||
android:src="@drawable/ic_add_circle_black_24dp" />
|
||||
|
||||
|
|
Loading…
Reference in a new issue