Closed vaughandroid closed 10 years ago
Layouts can be re-used and/or made modular by using the <include/> tag. I want you to try it out!
<include/>
Useful tutorial here: http://developer.android.com/training/improving-layouts/reusing-layouts.html
We will use the <merge/> tag later...
<merge/>
Done :heavy_check_mark:
Layouts can be re-used and/or made modular by using the
<include/>
tag. I want you to try it out!Useful tutorial here: http://developer.android.com/training/improving-layouts/reusing-layouts.html
We will use the
<merge/>
tag later...