1

I am new to Android development and want to start building my own project using android studio. I do follow a tutorial from this link :
https://stackskills.com/courses/the-complete-android-n-developer-course1/lectures/1593837

In the tutorial he did explain things on Properties in android studio. But as I am searching the location of Properties in my platform, it seems that I did not manage to find it. Please help. Thanks.

This is the view of his android studio: enter image description here

As for the picture below is mine. I am using windows 7: enter image description here

Peter Haddad
  • 78,874
  • 25
  • 140
  • 134
Muhammad Saifullah
  • 87
  • 1
  • 3
  • 15

1 Answers1

1

Without clicking on any component in the component tree, you get this:

enter image description here

Click on ConstraintLayout or any other component then you will see the attributes:

enter image description here

Click on View all attributes(bottom right), then you will see all the attributes:

enter image description here

Peter Haddad
  • 78,874
  • 25
  • 140
  • 134