How re-enable design palette in Android Studio

后端 未结 12 2679
生来不讨喜
生来不讨喜 2020-12-10 11:53

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 arran

相关标签:
12条回答
  • 2020-12-10 12:38

    Open Activity XML file Then Click the design View Or Windows->

    0 讨论(0)
  • 2020-12-10 12:39

    You must have something in the layout resource highlighted. I also had to compile without an error.

    0 讨论(0)
  • 2020-12-10 12:42

    Right click on the .xml file tab. Select "split vertically". This will open another Design that shows the palette again.

    0 讨论(0)
  • 2020-12-10 12:46

    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

    0 讨论(0)
  • 2020-12-10 12:48

    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.

    0 讨论(0)
  • 2020-12-10 12:51

    try the Design/Text tabs in the lower left of the layout window

    0 讨论(0)
提交回复
热议问题