Use `@id` and not `@+id` when referencing ids in xml

This commit is contained in:
Benoit Marty 2021-12-01 22:25:58 +01:00
parent e106ff8de0
commit c84642aa33
1 changed files with 3 additions and 3 deletions

View File

@ -4,14 +4,14 @@
<!-- Click on main FAB: toggle --> <!-- Click on main FAB: toggle -->
<Transition <Transition
motion:constraintSetEnd="@+id/constraint_set_fab_menu_open" motion:constraintSetEnd="@id/constraint_set_fab_menu_open"
motion:constraintSetStart="@+id/constraint_set_fab_menu_close" motion:constraintSetStart="@id/constraint_set_fab_menu_close"
motion:duration="300" motion:duration="300"
motion:motionInterpolator="easeInOut"> motion:motionInterpolator="easeInOut">
<OnClick <OnClick
motion:clickAction="toggle" motion:clickAction="toggle"
motion:targetId="@+id/createRoomButton" /> motion:targetId="@id/createRoomButton" />
<KeyFrameSet> <KeyFrameSet>