Include the library in your project and you can achieve the same layout in your app with 3 easy lines of code:
- Elemento elemento = (Elemento) findViewById(R.layout.elemento);
- elemento.setHead( /* Head's layout file */ );
- elemento.setBody( /* Body's layout file */ );
