The layoutopt.exe in the SDK/tools folder for Android.

Where can I find the rules it works with etc?

The source code location would help.

link|improve this question

feedback

2 Answers

I found that Apache Groovy framework is used to implement rule engine. there are 11 rules layoutopt implement on every layout (XML). check following link for more detail.

http://goo.gl/cDCsk

link|improve this answer
feedback
up vote 0 down vote accepted

The source.android.com website is a good place to start.

There is a section for the SDK - http://android.git.kernel.org/?p=platform/sdk.git;a=summary

And you can then drill down into the layoutopt folder:

Clicking Tree view will show the folder structure.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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