Accessing Android Studio properties window?

69,703

Solution 1

enter image description hereSwitch to design view. Click "Design" tab at bottom-left work area.

Solution 2

In the new Android Studio Version 3.1.2, the name of the Propierties Windows is "Attributes".

Look at this picture: Attributes basic view And, if you want to see the complete attributes, simply click on "View all attributes": Attributes full view

How to restore windows?: restore windows

Solution 3

I had the same issue than found that the properties window was always there but I had to drag it out with my mouse. Just go to the far right vertical bar in Design mode then drag to the right when your mouse turns into horizontal arrows pointing away from each other. Hope this helps!

Solution 4

Design Tab

You can just click on the design tab on your screen (at the left bottom corner below your code text window) and just click on anything whose property you want to change

make sure you are in the '.xml' file

Solution 5

I accidentally deleted the properties side bar and Window-->restore deafult layout helped.

Share:
69,703
user1352057
Author by

user1352057

Updated on October 14, 2020

Comments

  • user1352057
    user1352057 over 3 years

    I have recently started using Android Studio and cannot work out how to access the properties window.

    The following screenshot was taken from Google and shows exactly what I'm trying to access denoted by the red rectangle around the properties window.

    enter image description here

    Can anyone please tell me how I can access this?

  • bsautner
    bsautner over 8 years
    thanks - i want that hour of my life back looking for this
  • Wayne Uroda
    Wayne Uroda almost 7 years
    The Design tab is at the bottom left of the XML work area, not the whole android studio - maybe that helps somebody else, stupid me didn't find it at first >_<
  • Ben
    Ben over 6 years
    I feel like android studio is the least intuitive gui i have used.
  • Marin
    Marin almost 6 years
    gracias amigo !!
  • Mandar Vaze
    Mandar Vaze over 4 years
    Similar story here. "drag" didn't work. I just double clicked the window so that it could "fit" in my screenful, and "hidden" stuff from the right side of the screen "appeared" 🎉