Home > Software design >  Can't drag image view widget to design tab in Android Studio
Can't drag image view widget to design tab in Android Studio

Time:12-19

I'm new to android dev. I'm trying to drag/add the image view widget to the design tab but it's not working. Please help, thank you.

enter image description here

CodePudding user response:

Please check if the root element in the XML file of the MainActivity.kt is ConstraintLayout.

  • Related