commit | b0ce49b5ad53631ff0c3cdd8266e82f3c20c65dc | [log] [tgz] |
---|---|---|
author | Philip Milne <pmilne@google.com> | Fri Jul 15 15:39:07 2011 -0700 |
committer | Philip Milne <pmilne@google.com> | Mon Jul 18 14:38:14 2011 -0700 |
tree | 315345a76c849454b5a2fe81d183e973611e9355 | |
parent | 901e022c0c0923867e60c681f70412cfe6179e60 [diff] |
Derive GridLayout's 'gap' constants from new "default_gap" entry in dimens.xml. Also: . removed static import of R.styleable - this is non-standard . removed final modifier from DEBUG flag, this prevents the compiler from excluding the debugging code but allows debugging code to be enabled externally . added override to removeAllViews() as GridLayout needs to be notified whever hiearchy changes. Change-Id: I2409289bce7c6638eff320ffd48a6c0704e77fa8