aboutsummaryrefslogtreecommitdiffstats
path: root/layoutopt/libs/uix/src/resources/rules
Commit message (Expand)AuthorAgeFilesLines
* Remove layoutopt; replaced by the more generic "lint" tool.Tor Norbye2011-10-2611-163/+0
* Deprecate fill_parent and introduce match_parent.Romain Guy2010-01-083-3/+3
* Fix the MergeRootFrameLayout rule by checking the presence of padding.Romain Guy2009-10-071-1/+3
* Fix error in InefficientWeight rule. It would wrongly assume 0dip != 0dip.Romain Guy2009-10-061-1/+1
* New rules for layoutopt: IncorrectHeight/WidthIn[Horizontal]ScrollView, Usele...Romain Guy2009-10-0611-35/+71
* Add 3 more rules to layoutopt/uix:Romain Guy2009-10-055-6/+61
* Add new rules to layoutopt: UseCompoundDrawables and UselessLayout.Romain Guy2009-10-055-3/+37
* New layout optimization tool. Run layoutopt on the command line.Romain Guy2009-10-053-0/+36