Fix su fab in accettazione, ripristinato onClick

This commit is contained in:
Giuseppe Scorrano 2022-12-12 16:52:54 +01:00
parent be70e75f44
commit d4fbd7b45f
2 changed files with 19 additions and 0 deletions

17
.idea/deploymentTargetDropDown.xml generated Normal file
View File

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="deploymentTargetDropDown">
<runningDeviceTargetSelectedWithDropDown>
<Target>
<type value="RUNNING_DEVICE_TARGET" />
<deviceKey>
<Key>
<type value="SERIAL_NUMBER" />
<value value="20119B1E55" />
</Key>
</deviceKey>
</Target>
</runningDeviceTargetSelectedWithDropDown>
<timeTargetWasSelectedWithDropDown value="2022-12-12T15:40:54.351888Z" />
</component>
</project>

View File

@ -89,7 +89,9 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_gravity="bottom|end" android:layout_gravity="bottom|end"
android:layout_margin="16dp" android:layout_margin="16dp"
android:onClick="@{() -> view.dispatchOrders()}"
app:srcCompat="@drawable/ic_check_black_24dp" app:srcCompat="@drawable/ic_check_black_24dp"
app:visibility="@{view.fabVisible}"
style="?attr/floatingActionButtonPrimaryStyle" /> style="?attr/floatingActionButtonPrimaryStyle" />
</FrameLayout> </FrameLayout>