Felay
Felay

Reputation: 221

Design xml menu in Android Studio not display objects (buttons, textview etc)

I get a strange problem. When I open design-menu for redacting xml file (Activity or Fragment) I dont see elements(buttons, textviews etc).

Picture: enter image description here

How can I fix this?

Upvotes: 0

Views: 195

Answers (1)

Rami Alloush
Rami Alloush

Reputation: 2626

This looks like a render problem, please click on the top right red exclamation mark to see the exact error. For the time being, you can change the display theme to resolve the problem. Click on AppTheme in the top menu, and choose another theme (I would suggest Material Light > Material.Light.DarkActionBar Please see the image below:

enter image description here

Upvotes: 1

Related Questions