diff --git a/app/src/main/res/drawable/send_fab_background.xml b/app/src/main/res/drawable/send_fab_background.xml index a8c2324..ea2a04d 100644 --- a/app/src/main/res/drawable/send_fab_background.xml +++ b/app/src/main/res/drawable/send_fab_background.xml @@ -3,5 +3,5 @@ - + \ No newline at end of file diff --git a/app/src/main/res/layout/fragment_send_transaction.xml b/app/src/main/res/layout/fragment_send_transaction.xml index 73f1b78..8528147 100644 --- a/app/src/main/res/layout/fragment_send_transaction.xml +++ b/app/src/main/res/layout/fragment_send_transaction.xml @@ -152,9 +152,10 @@ android:layout_height="wrap_content" app:fabCustomSize="32dp" app:maxImageSize="20dp" + app:srcCompat="@drawable/ic_camera" + android:backgroundTint="@color/colorSend" app:layout_constraintStart_toEndOf="@id/cameraVerticalGuideline" - app:layout_constraintTop_toBottomOf="@+id/tvScan" - app:srcCompat="@drawable/ic_camera" /> + app:layout_constraintTop_toBottomOf="@+id/tvScan"/>