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.
|
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.
| |||
|
feedback
|
|
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. | |||
|
feedback
|
|
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. | |||
|
feedback
|