Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianTerhorst committed May 22, 2016
1 parent 3e79d15 commit de3a5eb
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,6 @@ This is needed to filter the layouts you want to compile
//this is needed when you want to use the class fields
//@Layouts
public class AppLayouts {

//The fieldName here will only be used to specify the layout object name
//@Layout("activity_main")
//ILayout ActivityMain;

//when you use @Layouts you don´t need to add the @Layout annotation, the fieldName will be used
//ILayout activity_main;
}
```
###Now use the layout inside your Activity for example
Expand Down

0 comments on commit de3a5eb

Please sign in to comment.