|
@@ -200,17 +200,17 @@
|
200
|
200
|
android:id="@+id/fab_main"
|
201
|
201
|
android:layout_width="wrap_content"
|
202
|
202
|
android:layout_height="wrap_content"
|
203
|
|
- android:layout_marginBottom="20dp"
|
|
203
|
+ app:fabCustomSize="80dp"
|
204
|
204
|
android:layout_marginEnd="20dp"
|
205
|
|
- android:backgroundTint="@color/transparent"
|
206
|
|
- app:borderWidth="0dp"
|
207
|
|
- app:fabCustomSize="82dp"
|
208
|
|
- android:text="FAB"
|
209
|
|
- app:maxImageSize="70dp"
|
|
205
|
+ android:layout_marginBottom="20dp"
|
|
206
|
+ android:clickable="true"
|
|
207
|
+ android:focusable="true"
|
|
208
|
+ app:maxImageSize="80dp"
|
210
|
209
|
android:onClick="@{() -> viewModel.onClickFloatingButton()}"
|
211
|
|
- android:src="@drawable/ico_floating_menu"
|
|
210
|
+ app:backgroundTint="#FFFFFF"
|
212
|
211
|
app:layout_constraintBottom_toBottomOf="parent"
|
213
|
|
- app:layout_constraintEnd_toEndOf="parent" />
|
|
212
|
+ app:layout_constraintEnd_toEndOf="parent"
|
|
213
|
+ app:srcCompat="@drawable/ico_floating_menu" />
|
214
|
214
|
|
215
|
215
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
216
|
216
|
|