It is possible to include layout and other resources in an Android jar?

后端 未结 3 1754
無奈伤痛
無奈伤痛 2021-01-19 17:36

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

3条回答
  •  暗喜
    暗喜 (楼主)
    2021-01-19 17:55

    NO you cannot you will have to specify the layout parameters within your code for the jar to be of use.

提交回复
热议问题