I learn how to use ConstraintLayout. And have problem.
My activity_test.xml
Just replace (@id/btnScanQRCode and @id/tvReservedContInfo) with (@+id/btnScanQRCode and @+id/tvReservedContInfo).
@id/btnScanQRCode
@id/tvReservedContInfo
@+id/btnScanQRCode
@+id/tvReservedContInfo
Try this: