How re-enable design palette in Android Studio

后端 未结 12 2678
生来不讨喜
生来不讨喜 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:24

    Android Studio 2.3.3, and the answer I was looking for:

    Window -> Restore Default Layout (Shift+F12)

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

    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).

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

    The palette can be shrunk to 0 width. This can be expanded by hovering next to the left edge of the design window, and finding the right-most expand position.

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

    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.

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

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

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

    My solution was traversing

    src->main->res-layout->content_main.xml 
    

    then open content_main.xml

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