Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I've updated r20 of the Android SDK and started the 9 Patch tool.

There seems to be a new feature - Holding Control and clicking adds layout bounds which are referred to as red pixels.

I've taken a look at the documentation but it seems out of date.

My question is, what are layout bounds used for and what is the best way to use them?

Thanks.

share|improve this question

1 Answer

up vote 16 down vote accepted
+100

It's not documented because it's not part of the OS yet, only the tools. The red pixels for setting layout bounds are not used by the Android framework (as of Jellybean 4.1.1), so don't set them at this time. You may speculate about what it means to declare where on your image the layout bounds of the control should be. And watch http://android-developers.blogspot.com/ for announcements.

share|improve this answer
The Android developers blog is a great resource! Thanks for pointing it out. – Brad Aug 8 '12 at 0:11
what does it mean "layout bounds" for 9 patch images ? – android developer Dec 27 '12 at 7:56

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.