1

The Design view in Android Studio is just blank for me. I've already followed the advice in this link but it doesn't work. If I right click ConstraintLayout and then Convert view it opens a window where I can click RelativeLayout but this doesn't work. Does anyone have any advice?

enter image description here

Phantômaxx
  • 37,901
  • 21
  • 84
  • 115
CoderEH
  • 145
  • 7

1 Answers1

1

I had this problem earlier this week. Everything I selected for my ConstraintLayout was invisible for a new project. I ended up selecting a different theme and it woke up after that and started showing the picked views.

Screenshot Attached:

enter image description here

On the right on the API number ["28" in my case]. Click on the theme [NoActionBar in my case]. I think if you try a few different themes they will eventually become visible again.

Elletlar
  • 3,136
  • 7
  • 32
  • 38