Reputation: 87
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:
As for the picture below is mine. I am using windows 7:
Upvotes: 1
Views: 1887
Reputation: 80914
Without clicking on any component in the component tree, you get this:
Click on ConstraintLayout
or any other component then you will see the attributes:
Click on View all attributes(bottom right), then you will see all the attributes:
Upvotes: 1