Releases: FabianTerhorst/FastLayout
Releases · FabianTerhorst/FastLayout
Version 0.0.2-alpha37
- even more textview support, thanks @drivfe
Version 0.0.2-alpha36
- Improve LayoutCache to avoid context leaks, thanks @drivfe
Version 0.0.2-alpha35
- add color support
- use setBackgruondResource only for drawables
- use float instead of integer for sp pixel value
Version 0.0.2-alpha30
- cache sp to px and dp to px values to improve init time
Version 0.0.2-alpha26
- add support for gradle version < 1.5
- improve textView converter and layout template, thanks @drivfe
Version 0.0.2-alpha23
- initial cardview support, thanks to @drivfe
Version 0.0.2-alpha22
- add support for double values inside layouts
Version 0.0.2-alpha21
- fix a critical bug and improve error handling
Version 0.0.2-alpha13
- Some more support for
@android: resources
thanks to @drivfe
Version 0.0.2-alpha12
- improve layout processor
- add support for different layout folders
- add support for android:visibility, thanks to @drivfe