pmb
pmb

Reputation: 2327

Where is constraintlayout part in android studio

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

enter image description here

Upvotes: 0

Views: 134

Answers (1)

Martin Revert
Martin Revert

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:

bug

WORKAROUND: Temporarily rollback your support libraries version to 26.0.0-beta1 version and you will see the design view without errors.

Upvotes: 1

Related Questions