Reputation: 2327
I am started using constraint layout on Android but I couldn't find constrant's part. Where is it? Where should I place constraint? It's now showing when I selected a widget
Upvotes: 0
Views: 134
Reputation: 3292
As you can see on the bottom your preview is not working ok because under Android Canary 3 previews using AppCompat support libraries version 26.0.0-beta2 brokes UI as reported in the following issue:
WORKAROUND: Temporarily rollback your support libraries version to 26.0.0-beta1 version and you will see the design view without errors.
Upvotes: 1