Muhammad Saifullah
Muhammad Saifullah

Reputation: 87

Where is the properties location in Android Studio 3.1.2?

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

Upvotes: 1

Views: 1887

Answers (1)

Peter Haddad
Peter Haddad

Reputation: 80914

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

Upvotes: 1

Related Questions