Small layout fix

This commit is contained in:
M66B 2020-10-01 11:39:57 +02:00
parent 3a6b868a8b
commit 644404a3bb
1 changed files with 1 additions and 1 deletions

View File

@ -36,10 +36,10 @@
android:id="@+id/fabAdd"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="end|bottom"
android:contentDescription="@string/title_add"
android:tint="?attr/colorFabForeground"
app:backgroundTint="?attr/colorFabBackground"
app:elevation="0dp"
app:fabSize="mini"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"