I\'m building a jar so that other developers can use the view I create in their Android applications. I\'m wondering if it is possible to use a layout resource in my jar so
NO you cannot you will have to specify the layout parameters within your code for the jar to be of use.