0

I have a LinearLayout inside of which I have a textView. When I click on textView in component tree I don't see it's gravity property in Properties menu on the right side. I also don't see layout:gravity property.

Properties

Even after manually adding those properties in xml, I still don't see them.

B.shruti
  • 1,107
  • 1
  • 14
  • 33
user3362334
  • 1,441
  • 1
  • 15
  • 36

2 Answers2

1

You need to click on the "two arrows" at the top of the Properties menu to see all the properties

enter image description here

If you want to see them in the base list, you can add them as "favorite attributes" by clicking on the star that appears when you hover your mouse over the left side of a property name.

enter image description here

mVck
  • 2,607
  • 2
  • 15
  • 18
0

Click on View All Property (above two blue arrow icon) to open all property attributes.