Use `@id` and not `@+id` when referencing ids in xml
This commit is contained in:
parent
e106ff8de0
commit
c84642aa33
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue