jamesmuskett / newWeather

my 1st go at an android app
0 stars 0 forks source link

Make a re-usable layout #10

Closed vaughandroid closed 9 years ago

vaughandroid commented 9 years ago

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...

vaughandroid commented 9 years ago

Done :heavy_check_mark: