Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在布局中重复图像。图像应重复的次数,将动态给出。图像应水平显示。我怎样才能做到这一点?
请帮我。正在寻找您的回复。谢谢。
不是最有效的方法:
您可以创建位图的单个实例,并将其设置在运行时以 XMl 中添加的线性布局创建的多个图像视图中。
或覆盖视图并在运行时多次使用画布绘制图像。
你可以按照这个
http://androidblogger.blogspot.in/2009/01/how-to-have-tiled-background-cont.html