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

defStyleAttr was ignored #11

Closed hymanAndroid closed 8 years ago

hymanAndroid commented 8 years ago
2016-05-25 2 37 12

this is button ... the problem in class ActivityMainLayout's init method

 id_btn = new Button(getContext(), null, 0); //you generate code , you make defStyleAttr = 0 
FabianTerhorst commented 8 years ago

thanks for finding this bug. I released 0.0.2-alpha9 right now.