Here are some useful tricks about Android layouts:
Here is a solution to faster your listviews:
http://android-developers.blogspot.com/2009/02/android-layout-tricks-1.html
Another useful solution to reuse layouts and make code more consistent and easy to maintain:
http://android-developers.blogspot.com/2009/02/android-layout-tricks-2-reusing-layouts.html
http://android.amberfog.com/?p=9
Using ViewStub to quickly insert a new view:
http://android-developers.blogspot.com/2009/03/android-layout-tricks-3-optimize-with.html