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

LayoutCache generates only when @Layouts(all = true) #14

Closed antoxa2584x closed 8 years ago

antoxa2584x commented 8 years ago

When I try to use annotation different to @Layouts(all = true), LayoutCache file not generates(

FabianTerhorst commented 8 years ago

@antoxa2584x can you show the annotation you are using when the cache does not get generated.

antoxa2584x commented 8 years ago

@FabianTerhorst I tried to use @Layouts(all = true, exclude = {R.id.somelayout1,R.id.somelayout2}) and @Layouts(ids = {R.id.somelayout1,R.id.somelayout2})

FabianTerhorst commented 8 years ago

@antoxa2584x is there any note, warning or error in the gradle messenger window?

FabianTerhorst commented 8 years ago

0.0.2-alpha21 has fixed some errors.