开发者

How to repeats a layout?

开发者 https://www.devze.com 2023-03-05 19:59 出处:网络
My layout contains aspinner and an editText.I want this spinner and editText fields repeats 1 or 2 times in an activity based on s开发者_运维知识库ome condition.Is it possible?You can use the <incl

My layout contains a spinner and an editText.I want this spinner and editText fields repeats 1 or 2 times in an activity based on s开发者_运维知识库ome condition.Is it possible?


You can use the <include> tag. Here is good article about it. And if you want to hide them a truntime just change the visibility tag

0

精彩评论

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