I have two Android projects, a \'library project\' containing a custom layout, and an \'application project\' containing an application which uses the layout.
Everyt
Export your library project as a JAR and reference it in your application project's "Java Build Path" as a JAR.