How re-enable design palette in Android Studio

2020-02-05 12:30发布

I recently made the switch to Android Studio as my default IDE for Android development. When designing my UI I normally use the palette in the design view to assist in arranging the widget on the preview screen.Recently something weird happened, It just disappeared and I can't seem to re-enable it. Normally I would see the little Palette button on the side but now its gone. When I open another project I see the palette but not show this current project I'm working on.

enter image description here

When I open another project in Android Studio I see the palette tab.

enter image description here

11条回答
不美不萌又怎样
2楼-- · 2020-02-05 12:54

If you have only the designer and the properties showing and the Properties is on the right, you can get the palette back by switching to a left or right view.

查看更多
欢心
3楼-- · 2020-02-05 12:54

Try to switch between Design/Text tabs at the bottom left of the editor.

Try to switch between Design/Text tabs at the bottom left of the editor.

查看更多
闹够了就滚
4楼-- · 2020-02-05 13:03

You have to be in the 'Design' tab (as opposed to the 'Text' tab) at the bottom of the middle window (the one that shows the phone).

查看更多
爷的心禁止访问
5楼-- · 2020-02-05 13:05

I've just figured this out! If you double click on your .xml file tab at the top it will maximize the designer window. Then on the left you can drag the window to shrink and it will reveal the palette. Then just click on the tab on the left to open the project window.

查看更多
地球回转人心会变
6楼-- · 2020-02-05 13:07

First Close All The Tabs Then Open res->layout->activity_main.xml you will able to see design tab at activity_main.xml

activity_main.xml

design tab downside

查看更多
登录 后发表回答