skip to Main Content

I would like to use the new Constraint Layout Editor in Android Studio but somehow I managed to build a layout I cannot edit.

Some views are overlapping and I cannot select the one I desire hence I cannot set any constraint to it.

The view is the ‘green square’ I would like to select. But there are 2 other views in the way.

Can I somehow ‘lock’ the not used, or already set views like the layers in photoshop or something…?

Screenshot:

Please advice any help.

enter image description here

2

Answers


  1. You might have to restart android studio and/or invalidate caches.

    Login or Signup to reply.
  2. My personal advice/”answer” to you would be to leave ConstraintLayout alone until it’s been properly tested and re-implemented. I have wasted a number of days trying to get it to do what I want. My conclusion is that it’s currently so buggy as to be unusable.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search