Layouts are now implemented natively for Android.

This commit is contained in:
hshristov
2015-07-16 01:22:16 +03:00
parent 5a06731daa
commit 0ad198165c
45 changed files with 1727 additions and 1187 deletions

4
utils/utils.d.ts vendored
View File

@ -8,6 +8,10 @@
* Utility module related to layout.
*/
module layout {
/**
* Bits that provide the actual measured size.
*/
export var MEASURED_SIZE_MASK: number;
export var MEASURED_STATE_MASK: number;
export var MEASURED_STATE_TOO_SMALL: number;
export var UNSPECIFIED: number;