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

Some errors I found when I try use it in my project #6

Closed barisahmet closed 8 years ago

barisahmet commented 8 years ago

Thanks for this nice library! I really want to use it in my project. However I have few errors when I try to use it, since it's alpha version, it's okay I guess. Let me share issues with you:

Regards.

FabianTerhorst commented 8 years ago

@barisahmet Is 0dip working when you replace 0dip with dp. Im not sure, but is dip the same like dp?

barisahmet commented 8 years ago

Yes, sorry about that. It was same, my bad.

FabianTerhorst commented 8 years ago

Im working currently on a way to support all different layout attributes. Im not sure if this will be possible, but it would be very nice.

barisahmet commented 8 years ago

Yes, this project needs support from community, the idea is amazing.

FabianTerhorst commented 8 years ago

To Init the object with the AttributeSet it's not possible, becuase it's a xml parserobject, so the pull Parser would parse it at runtime.

FabianTerhorst commented 8 years ago

But I add in the next Release Support for Dip, because when it's possible to declare it in the xml it should be supported. I will also take a look into the dp Support for textView for example.