I\'m developing an Android 3.1. and above application.
On one activity I generate its layout dynamically. I\'m using formdetail.xml as contentview:<
Lint is correct in it's warning, your LinearLayout isn't doing anything useful, since its only child is a RelativeLayout. Remove the LinearLayout: