FabianTerhorst / FastLayout

Generates a Java Object for your xml layout to reduce inflate time to zero
Apache License 2.0
443 stars 35 forks source link

Even more TextView support #24

Closed ivanfeli closed 8 years ago

ivanfeli commented 8 years ago

Hopefully TextView doesn't need more work :p.

Some attributes do not work because TextView doesn't provide a public API for them. The solution is to make a style in styles.xml and use the style attribute to apply them to your TextViews. The attributes not supported are:

FabianTerhorst commented 8 years ago

thanks.

FabianTerhorst commented 8 years ago

0.0.2-alpha37

ivanfeli commented 8 years ago

I forgot textStyle :-1: