fixing whitespacing below mini FABs

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2022-08-09 18:44:35 +02:00
parent e57eb4442f
commit 98084a4f88
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B

View file

@ -29,8 +29,7 @@
<RelativeLayout
android:id="@+id/avatarContainer"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="@dimen/standard_margin">
android:layout_height="wrap_content">
<com.facebook.drawee.view.SimpleDraweeView
android:id="@+id/avatar_image"
@ -82,6 +81,7 @@
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/standard_quarter_margin"
android:layout_marginRight="@dimen/standard_quarter_margin"
android:layout_marginBottom="@dimen/standard_margin"
android:contentDescription="@string/upload_new_avatar_from_device"
android:tint="@android:color/white"
app:fabSize="mini"
@ -93,8 +93,8 @@
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/standard_quarter_margin"
android:layout_marginRight="@dimen/standard_quarter_margin"
android:layout_marginBottom="@dimen/standard_margin"
android:contentDescription="@string/choose_avatar_from_cloud"
android:paddingBottom="@dimen/standard_padding"
android:tint="@android:color/white"
app:fabSize="mini"
app:srcCompat="@drawable/ic_mimetype_folder" />
@ -105,6 +105,7 @@
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/standard_quarter_margin"
android:layout_marginRight="@dimen/standard_quarter_margin"
android:layout_marginBottom="@dimen/standard_margin"
android:contentDescription="@string/set_avatar_from_camera"
android:tint="@android:color/white"
app:fabSize="mini"
@ -116,6 +117,7 @@
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/standard_quarter_margin"
android:layout_marginRight="@dimen/standard_quarter_margin"
android:layout_marginBottom="@dimen/standard_margin"
android:contentDescription="@string/delete_avatar"
android:tint="@android:color/white"
app:fabSize="mini"