开发者

Android - custom Layout Inflater

开发者 https://www.devze.com 2023-04-01 07:49 出处:网络
is there any way how to override default l开发者_Go百科ayoutInflater to be able to dynamically create layouts depending on my will, while taking data for XML structure from database?

is there any way how to override default l开发者_Go百科ayoutInflater to be able to dynamically create layouts depending on my will, while taking data for XML structure from database?

Hmyzak


You can use LayoutInflater.setFactory() and LayoutInflater.setFilter() methods.

0

精彩评论

暂无评论...
验证码 换一张
取 消