bcorso
bcorso

Reputation: 47088

Android Studio 1.3 Layout Preview Blue Print

In the Google I/O 2015 - What's new in Android Developer Tools talk, they mention a feature in Android Studio 1.? that allows you to view a blue print of the layout preview.

It is also mentioned in the Google I/O summary page, with an example image:

enter image description here

Also, in the above article they state:

The new visual designs haven’t quite made it into Android Studio 1.3...

Does anyone know what release this feature will be available. In particular, I'm on the Beta build of Android Studio 1.3 right now. Is it currently available on any builds, e.g. Dev or Canary?

Upvotes: 3

Views: 1840

Answers (1)

kumar kundan
kumar kundan

Reputation: 2057

Yes, Android 2.2 (stable) has this feature using which you can see the exact outlines of particular widgets of specific layouts. This will help android developers to get a proper and clean idea about spacing, margins and all .

enter image description here

for further reading about new features that are included in Android Studio 2.2 , visit developers page http://android-developers.blogspot.in/2016/09/android-studio-2-2.html

Upvotes: 2

Related Questions